次の方法で共有


HostnameConfiguration.DefaultSslBinding プロパティ

定義

このホスト名に関連付けられている証明書を既定の SSL 証明書として設定するには、true を取得または設定します。 クライアントが SNI ヘッダーを送信しない場合、これはチャレンジされる証明書になります。 プロパティは、サービスで複数のカスタム ホスト名が有効になっており、既定の ssl 証明書を決定する必要がある場合に便利です。 この設定は、プロキシ ホスト名の種類にのみ適用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="defaultSslBinding")]
public bool? DefaultSslBinding { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultSslBinding")>]
member this.DefaultSslBinding : Nullable<bool> with get, set
Public Property DefaultSslBinding As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象