Certificate 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
Certificate() |
Initializes a new instance of the Certificate class. |
Certificate(String, String, String) |
Initializes a new instance of the Certificate class. |
Certificate()
Initializes a new instance of the Certificate class.
public Certificate();
Public Sub New ()
Applies to
Certificate(String, String, String)
Initializes a new instance of the Certificate class.
public Certificate(string subject = default, string expirationDate = default, string thumbprint = default);
new Microsoft.Azure.Management.Cdn.Models.Certificate : string * string * string -> Microsoft.Azure.Management.Cdn.Models.Certificate
Public Sub New (Optional subject As String = Nothing, Optional expirationDate As String = Nothing, Optional thumbprint As String = Nothing)
Parameters
- subject
- String
Subject name in the certificate.
- expirationDate
- String
Certificate expiration date.
- thumbprint
- String
Certificate thumbprint.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET