CertificateDetail Enum

Definition

Provides information about the digital certificate.

public enum class CertificateDetail
public enum CertificateDetail
type CertificateDetail = 
Public Enum CertificateDetail
Inheritance
CertificateDetail

Fields

certdetAvailable 0

Specifies that the digital certificate is available for signing.

certdetExpirationDate 3

The expiration date of the certificate.

certdetIssuer 2

The issuing authority of the certification.

certdetSubject 1

The holder of a Private Key corresponding to a Public Key.

certdetThumbprint 4

A hash of the certificate's complete contents.

Applies to