次の方法で共有


TdeCertificate.PrivateBlob プロパティ

定義

base64 でエンコードされた証明書プライベート BLOB を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateBlob")]
public string PrivateBlob { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privateBlob")>]
member this.PrivateBlob : string with get, set
Public Property PrivateBlob As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象