次の方法で共有


Certificate.PfxBlob プロパティ

定義

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

プロパティ値

Byte[]
属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象