CertificateProperties Class

Definition

Certificate resource payload.

public class CertificateProperties
type CertificateProperties = class
Public Class CertificateProperties
Inheritance
CertificateProperties

Constructors

CertificateProperties()

Initializes a new instance of the CertificateProperties class.

CertificateProperties(String, String, String, String, String, String, String, String, String, IList<String>)

Initializes a new instance of the CertificateProperties class.

Properties

ActivateDate

Gets the activate date of certificate.

CertVersion

Gets or sets the certificate version of key vault.

DnsNames

Gets the domain list of certificate.

ExpirationDate

Gets the expiration date of certificate.

IssuedDate

Gets the issue date of certificate.

Issuer

Gets the issuer of certificate.

KeyVaultCertName

Gets or sets the certificate name of key vault.

SubjectName

Gets the subject name of certificate.

Thumbprint

Gets the thumbprint of certificate.

VaultUri

Gets or sets the vault uri of user key vault.

Methods

Validate()

Validate the object.

Applies to