Share via


MergeCertificateOptions(String, IEnumerable<Byte[]>) コンストラクター

定義

MergeCertificateOptions クラスの新しいインスタンスを初期化します。

public MergeCertificateOptions (string name, System.Collections.Generic.IEnumerable<byte[]> x509Certificates);
new Azure.Security.KeyVault.Certificates.MergeCertificateOptions : string * seq<byte[]> -> Azure.Security.KeyVault.Certificates.MergeCertificateOptions
Public Sub New (name As String, x509Certificates As IEnumerable(Of Byte()))

パラメーター

name
String

証明書の名前。

x509Certificates
IEnumerable<Byte[]>

マージする証明書または証明書チェーン。

例外

name が空です。

name または x509Certificates が null です。

適用対象