ImportCertificateOptions 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.
Options for a certificate to be imported into Azure Key Vault.
public class ImportCertificateOptions
type ImportCertificateOptions = class
Public Class ImportCertificateOptions
- Inheritance
-
ImportCertificateOptions
Constructors
ImportCertificateOptions(String, Byte[]) |
Initializes a new instance of the ImportCertificateOptions class. |
Properties
Certificate |
Gets the PFX or ASCII PEM-formatted value of the certificate containing both the X.509 certificates and the private key. |
Enabled |
Gets or sets a value indicating whether the merged certificate should be enabled. If null, the server default will be used. |
Name |
Gets the name of the certificate to import. |
Password |
Gets or sets the password protecting the certificate specified in the Value. |
Policy |
Gets or sets the policy which governs the lifecycle of the imported certificate and its properties when it is rotated. |
Tags |
Gets the tags to be applied to the imported certificate. Although this collection cannot be set, it can be modified or initialized with a collection initializer. |
Applies to
Azure SDK for .NET