次の方法で共有


UploadCertificateRequest.Certificate プロパティ

定義

base64 でエンコードされた証明書の生データを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象