RawCertificateData.Certificate Property

Definition

Gets or sets the base64 encoded certificate raw data string

[Newtonsoft.Json.JsonProperty(PropertyName="certificate")]
public byte[] Certificate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificate")>]
member this.Certificate : byte[] with get, set
Public Property Certificate As Byte()

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to