次の方法で共有


BackendCredentialsContract.Certificate プロパティ

定義

クライアント証明書の拇印の一覧を取得または設定します。 certificatesId が指定されている場合は無視されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象