次の方法で共有


HostnameConfiguration.NegotiateClientCertificate プロパティ

定義

ホスト名に対してクライアント証明書を常にネゴシエートするには、true を取得または設定します。 既定値は false です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象