CertificateDetail Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about the digital certificate.
public enum class CertificateDetail
public enum CertificateDetail
type CertificateDetail =
Public Enum CertificateDetail
- Inheritance
-
CertificateDetail
Fields
Name | Value | Description |
---|---|---|
certdetAvailable | 0 | Specifies that the digital certificate is available for signing. |
certdetSubject | 1 | The holder of a Private Key corresponding to a Public Key. |
certdetIssuer | 2 | The issuing authority of the certification. |
certdetExpirationDate | 3 | The expiration date of the certificate. |
certdetThumbprint | 4 | A hash of the certificate's complete contents. |