CertificateInner.PfxBlob Property

Definition

Gets or sets pfx blob.

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

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to