PublicCertificate.Blob Property

Definition

Gets or sets public Certificate byte array

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

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to