次の方法で共有


CertificateCreateOrUpdateParameters.Base64Value プロパティ

定義

証明書の base64 エンコード値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象