SignedData.Certificates property
[The Certificates property is available for use in the operating systems specified in the Requirements section. Instead, use the SignedCms Class in the System.Security.Cryptography.Pkcs namespace.]
The Certificates property retrieves the Certificates collection that is associated with the SignedData object. After being retrieved, the individual Certificate objects in the collection can be enumerated.
Syntax
SignedData.Certificates As Certificates
Property value
The Certificates collection that is associated with the SignedData object.
Requirements
Requirement | Value |
---|---|
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
DLL |
|
See also