CustomerCertificate Class

Definition

Customer Certificate used for https

public class CustomerCertificate : Microsoft.Azure.Management.Cdn.Models.Certificate
type CustomerCertificate = class
    inherit Certificate
Public Class CustomerCertificate
Inherits Certificate
Inheritance
CustomerCertificate

Constructors

CustomerCertificate()

Initializes a new instance of the CustomerCertificate class.

CustomerCertificate(String, String, String, String, String, String, Nullable<Boolean>, IList<String>)

Initializes a new instance of the CustomerCertificate class.

Properties

CertificateAuthority

Gets or sets certificate issuing authority.

CertificateUrl

Gets or sets complete Url to the certificate

ExpirationDate

Gets or sets certificate expiration date.

(Inherited from Certificate)
Subject

Gets or sets subject name in the certificate.

(Inherited from Certificate)
SubjectAlternativeNames

Gets or sets the list of SANs.

Thumbprint

Gets or sets certificate thumbprint.

(Inherited from Certificate)
UseLatestVersion

Gets or sets whether to use the latest version for the certificate

Version

Gets or sets certificate version.

Methods

Validate()

Validate the object.

Applies to