CertificateProperties 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
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. |
CertificateProperties()
Initializes a new instance of the CertificateProperties class.
public CertificateProperties ();
Public Sub New ()
Applies to
CertificateProperties(String, String, String, String, String, String, String, String, String, IList<String>)
Initializes a new instance of the CertificateProperties class.
public CertificateProperties (string vaultUri, string keyVaultCertName, string thumbprint = default, string certVersion = default, string issuer = default, string issuedDate = default, string expirationDate = default, string activateDate = default, string subjectName = default, System.Collections.Generic.IList<string> dnsNames = default);
new Microsoft.Azure.Management.AppPlatform.Models.CertificateProperties : string * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.AppPlatform.Models.CertificateProperties
Public Sub New (vaultUri As String, keyVaultCertName As String, Optional thumbprint As String = Nothing, Optional certVersion As String = Nothing, Optional issuer As String = Nothing, Optional issuedDate As String = Nothing, Optional expirationDate As String = Nothing, Optional activateDate As String = Nothing, Optional subjectName As String = Nothing, Optional dnsNames As IList(Of String) = Nothing)
Parameters
- vaultUri
- String
The vault uri of user key vault.
- keyVaultCertName
- String
The certificate name of key vault.
- thumbprint
- String
The thumbprint of certificate.
- certVersion
- String
The certificate version of key vault.
- issuer
- String
The issuer of certificate.
- issuedDate
- String
The issue date of certificate.
- expirationDate
- String
The expiration date of certificate.
- activateDate
- String
The activate date of certificate.
- subjectName
- String
The subject name of certificate.
Applies to
Azure SDK for .NET