Compartir a través de


HostnameConfiguration.NegotiateClientCertificate Propiedad

Definición

Obtiene o establece que especifique true para negociar siempre el certificado de cliente en el nombre de host. El valor predeterminado es 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a