你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
MergeCertificateOptions(String, IEnumerable<Byte[]>)

Initializes a new instance of the MergeCertificateOptions class.

Properties

Name Description
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