CertificateCreateOrUpdateParameters 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
CertificateCreateOrUpdateParameters() |
Initializes a new instance of the CertificateCreateOrUpdateParameters class. |
CertificateCreateOrUpdateParameters(String, String, KeyVaultContractCreateProperties) |
Initializes a new instance of the CertificateCreateOrUpdateParameters class. |
CertificateCreateOrUpdateParameters()
Initializes a new instance of the CertificateCreateOrUpdateParameters class.
public CertificateCreateOrUpdateParameters ();
Public Sub New ()
Applies to
CertificateCreateOrUpdateParameters(String, String, KeyVaultContractCreateProperties)
Initializes a new instance of the CertificateCreateOrUpdateParameters class.
public CertificateCreateOrUpdateParameters (string data = default, string password = default, Microsoft.Azure.Management.ApiManagement.Models.KeyVaultContractCreateProperties keyVault = default);
new Microsoft.Azure.Management.ApiManagement.Models.CertificateCreateOrUpdateParameters : string * string * Microsoft.Azure.Management.ApiManagement.Models.KeyVaultContractCreateProperties -> Microsoft.Azure.Management.ApiManagement.Models.CertificateCreateOrUpdateParameters
Public Sub New (Optional data As String = Nothing, Optional password As String = Nothing, Optional keyVault As KeyVaultContractCreateProperties = Nothing)
Parameters
- data
- String
Base 64 encoded certificate using the application/x-pkcs12 representation.
- password
- String
Password for the Certificate
- keyVault
- KeyVaultContractCreateProperties
KeyVault location details of the certificate.
Applies to
Azure SDK for .NET