Back to product page

Item property (CertStores)


Returns collection of certificates in selected store.

Type

A Certificates object.

Syntax

  • Basic
object.Item(Index)
The Item(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type CertStores.
IndexRequired. A Variant value. Store name if you used String expression, or index of the item if you used integer value.

Remarks

This property will return collection of all certificates (not reference to just one certificate!) in selected store. Most common stores are MY (where your personal certificates are kept), Root (with root certificates), Trust (where Windows hold trusted certificates) and CA (Certificate Authority).

Platforms

Windows