CertificateInformation Constructors

Definition

Overloads

CertificateInformation()

Initializes a new instance of the CertificateInformation class.

CertificateInformation(DateTime, String, String)

Initializes a new instance of the CertificateInformation class.

CertificateInformation()

Initializes a new instance of the CertificateInformation class.

public CertificateInformation ();
Public Sub New ()

Applies to

CertificateInformation(DateTime, String, String)

Initializes a new instance of the CertificateInformation class.

public CertificateInformation (DateTime expiry, string thumbprint, string subject);
new Microsoft.Azure.Management.ApiManagement.Models.CertificateInformation : DateTime * string * string -> Microsoft.Azure.Management.ApiManagement.Models.CertificateInformation
Public Sub New (expiry As DateTime, thumbprint As String, subject As String)

Parameters

expiry
DateTime

Expiration date of the certificate. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

thumbprint
String

Thumbprint of the certificate.

subject
String

Subject of the certificate.

Applies to