CertificateDescription Class

Definition

Describes the certificate details.

public class CertificateDescription
type CertificateDescription = class
Public Class CertificateDescription
Inheritance
CertificateDescription

Constructors

CertificateDescription()

Initializes a new instance of the CertificateDescription class.

CertificateDescription(String, String, String)

Initializes a new instance of the CertificateDescription class.

Properties

Thumbprint

Gets or sets thumbprint of the primary certificate.

ThumbprintSecondary

Gets or sets thumbprint of the secondary certificate.

X509StoreName

Gets or sets the local certificate store location. Possible values include: 'AddressBook', 'AuthRoot', 'CertificateAuthority', 'Disallowed', 'My', 'Root', 'TrustedPeople', 'TrustedPublisher'

Methods

Validate()

Validate the object.

Applies to