次の方法で共有


BackendServiceFabricClusterProperties.ServerCertificateThumbprints プロパティ

定義

TLS 通信にクラスター管理サービスが使用する証明書の拇印を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象