MergeCertificateOptions Class

Definition

Options for certificates to be merged into Azure Key Vault.

public class MergeCertificateOptions
type MergeCertificateOptions = class
Public Class MergeCertificateOptions
Inheritance
MergeCertificateOptions

Constructors

MergeCertificateOptions(String, IEnumerable<Byte[]>)

Initializes a new instance of the MergeCertificateOptions class.

Properties

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.

Tags

Gets the tags to be applied to the merged certificate. Although this collection cannot be set, it can be modified or initialized with a collection initializer.

X509Certificates

Gets the certificate or certificate chain to merge.

Applies to