次の方法で共有


CertificateMergeParameters.X509Certificates プロパティ

定義

マージする証明書または証明書チェーンを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="x5c")]
public System.Collections.Generic.IList<byte[]> X509Certificates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="x5c")>]
member this.X509Certificates : System.Collections.Generic.IList<byte[]> with get, set
Public Property X509Certificates As IList(Of Byte())

プロパティ値

IList<Byte[]>
属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象