HostnameConfiguration.IsDefaultSslBindingEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 gateway 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
Azure SDK for .NET