次の方法で共有


BackendCredentialsContract.CertificateIds プロパティ

定義

クライアント証明書 ID の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象