CertificateDetail Enumeration
Provides information about the digital certificate.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration CertificateDetail
'Usage
Dim instance As CertificateDetail
public enum CertificateDetail
Members
Member name | Description | |
---|---|---|
certdetAvailable | Specifies that the digital certificate is available for signing. | |
certdetSubject | The holder of a Private Key corresponding to a Public Key. | |
certdetIssuer | The issuing authority of the certification. | |
certdetExpirationDate | The expiration date of the certificate. | |
certdetThumbprint | A hash of the certificate's complete contents. |