CertificateConfiguration Class
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.
Certificate configuration which consist of non-trusted intermediates and root certificates.
public class CertificateConfiguration
type CertificateConfiguration = class
Public Class CertificateConfiguration
- Inheritance
-
CertificateConfiguration
Constructors
CertificateConfiguration() |
Initializes a new instance of the CertificateConfiguration class. |
CertificateConfiguration(String, String, String, CertificateInformation) |
Initializes a new instance of the CertificateConfiguration class. |
Properties
Certificate |
Gets or sets certificate information. |
CertificatePassword |
Gets or sets certificate Password. |
EncodedCertificate |
Gets or sets base64 Encoded certificate. |
StoreName |
Gets or sets the System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations. Possible values include: 'CertificateAuthority', 'Root' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET