CertificateConfiguration 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
CertificateConfiguration() |
Initializes a new instance of the CertificateConfiguration class. |
CertificateConfiguration(String, String, String, CertificateInformation) |
Initializes a new instance of the CertificateConfiguration class. |
CertificateConfiguration()
Initializes a new instance of the CertificateConfiguration class.
public CertificateConfiguration ();
Public Sub New ()
Applies to
CertificateConfiguration(String, String, String, CertificateInformation)
Initializes a new instance of the CertificateConfiguration class.
public CertificateConfiguration (string storeName, string encodedCertificate = default, string certificatePassword = default, Microsoft.Azure.Management.ApiManagement.Models.CertificateInformation certificate = default);
new Microsoft.Azure.Management.ApiManagement.Models.CertificateConfiguration : string * string * string * Microsoft.Azure.Management.ApiManagement.Models.CertificateInformation -> Microsoft.Azure.Management.ApiManagement.Models.CertificateConfiguration
Public Sub New (storeName As String, Optional encodedCertificate As String = Nothing, Optional certificatePassword As String = Nothing, Optional certificate As CertificateInformation = Nothing)
Parameters
- storeName
- String
The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations. Possible values include: 'CertificateAuthority', 'Root'
- encodedCertificate
- String
Base64 Encoded certificate.
- certificatePassword
- String
Certificate Password.
- certificate
- CertificateInformation
Certificate information.