CertificateImportParameters 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.
The certificate import parameters.
public class CertificateImportParameters
type CertificateImportParameters = class
Public Class CertificateImportParameters
- Inheritance
-
CertificateImportParameters
Constructors
CertificateImportParameters() |
Initializes a new instance of the CertificateImportParameters class. |
CertificateImportParameters(String, String, CertificatePolicy, CertificateAttributes, IDictionary<String,String>) |
Initializes a new instance of the CertificateImportParameters class. |
Properties
Base64EncodedCertificate |
Gets or sets base64 encoded representation of the certificate object to import. This certificate needs to contain the private key. |
CertificateAttributes |
Gets or sets the attributes of the certificate (optional). |
CertificatePolicy |
Gets or sets the management policy for the certificate. |
Password |
Gets or sets if the private key in base64EncodedCertificate is encrypted, the password used for encryption. |
Tags |
Gets or sets application specific metadata in the form of key-value pairs. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET