Store.Certificates property

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

The Certificates property retrieves the collection that includes all of the certificates in the store. This is the default property.

Syntax

Store.Certificates As Certificates

Property value

The collection of certificates in the store.

Requirements

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

See also

Store