Back to product page

Item property (Certificates)


Returns specific certificate from the collection.

Type

A Certificate object. Reference to new instance of requested certificate.

Syntax

  • Basic
object.Item(Index)
The Item(object,Index) syntax has these parts:
object An expression evaluating to an object of type Certificates.
IndexRequired. A Variant value. You can specify String expression as Friendly Name, or integer value as index of the certificate.

Remarks

This property will return requested certificate from the collection.

Platforms

Windows