CertificateInner.CerBlob Property

Definition

Gets raw bytes of .cer file

[Newtonsoft.Json.JsonProperty(PropertyName="properties.cerBlob")]
public byte[] CerBlob { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.cerBlob")>]
member this.CerBlob : byte[]
Public ReadOnly Property CerBlob As Byte()

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to