次の方法で共有


HostnameConfiguration.EncodedCertificate プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象