Signer.Certificate property
[The Certificate property is available for use in the operating systems specified in the Requirements section. Instead, use the CmsSigner Class in the System.Security.Cryptography.Pkcs namespace.]
The Certificate property sets or retrieves the Certificate object that represents the certificate of a signer of the data. This is the default property.
Syntax
Signer.Certificate As Certificate
Property value
The Certificate object that represents the certificate of a signer of the data.
Remarks
When the value of this property is reset, directly or indirectly, the whole state of the object is reset.
Requirements
Requirement | Value |
---|---|
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
DLL |
|
See also