CertificateMergeParameters.X509Certificates Property

Definition

Gets or sets the certificate or the certificate chain to merge.

[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())

Property Value

IList<Byte[]>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to