CustomerCertificate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
CustomerCertificate()
Initializes a new instance of the CustomerCertificate class.
public CustomerCertificate ();
Public Sub New ()
Applies to
CustomerCertificate(String, String, String, String, String, String, Nullable<Boolean>, IList<String>)
Initializes a new instance of the CustomerCertificate class.
public CustomerCertificate (string certificateUrl, string subject = default, string expirationDate = default, string thumbprint = default, string version = default, string certificateAuthority = default, bool? useLatestVersion = default, System.Collections.Generic.IList<string> subjectAlternativeNames = default);
new Microsoft.Azure.Management.Cdn.Models.CustomerCertificate : string * string * string * string * string * string * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Models.CustomerCertificate
Public Sub New (certificateUrl As String, Optional subject As String = Nothing, Optional expirationDate As String = Nothing, Optional thumbprint As String = Nothing, Optional version As String = Nothing, Optional certificateAuthority As String = Nothing, Optional useLatestVersion As Nullable(Of Boolean) = Nothing, Optional subjectAlternativeNames As IList(Of String) = Nothing)
Parameters
- certificateUrl
- String
Complete Url to the certificate
- subject
- String
Subject name in the certificate.
- expirationDate
- String
Certificate expiration date.
- thumbprint
- String
Certificate thumbprint.
- version
- String
Certificate version.
- certificateAuthority
- String
Certificate issuing authority.
Applies to
Azure SDK for .NET