次の方法で共有


CertificateVerificationDescription.Certificate プロパティ

定義

X509 証明書の .cer ファイルまたは .pem ファイルの内容の base-64 表現を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象