CertificateObject Members
Include Protected Members
Include Inherited Members
Represents the X.509 digital certificate that has been used to create a signature.
The CertificateObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExpirationDate | Returns the expiration date of a digital certificate in the localized 'SHORTDATE' format. (Inherited from Certificate.) | |
IssuedBy | Returns the issuer of the digital certificate. (Inherited from Certificate.) | |
IssuedTo | Returns to whom the digital certificate is issued. (Inherited from Certificate.) | |
Status | Returns the status of the digital certificate. (Inherited from Certificate.) |
Top