HostnameConfiguration.DefaultSslBinding Property

Definition

Gets or sets specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to Proxy Hostname Type.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to