OIDs.Item property

[The Item property is available for use in the operating systems specified in the Requirements section. Instead, use the OidCollection Class in the System.Security.Cryptography namespace.]

The Item property retrieves an OID object from the collection. This is the default property.

Syntax

OIDs.Item( _
  ByVal Index _
) As Variant

Property value

The OID object at the specified index, or the OID object with the specified dotted value.

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

OIDs