Upravit

Sdílet prostřednictvím


CertificateDetail Enum

Definition

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.

Applies to