Bagikan melalui


HostnameConfiguration.NegotiateClientCertificate Property

Definition

Gets or sets specify true to always negotiate client certificate on the hostname. Default Value is 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to