GatewayHostnameConfigurationContract.NegotiateClientCertificate Property

Definition

Gets or sets determines whether gateway requests client certificate

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to