Share via


HostnameConfiguration.IsDefaultSslBindingEnabled Property

Definition

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.

public bool? IsDefaultSslBindingEnabled { get; set; }
member this.IsDefaultSslBindingEnabled : Nullable<bool> with get, set
Public Property IsDefaultSslBindingEnabled As Nullable(Of Boolean)

Property Value

Applies to