HostnameConfiguration.DefaultSslBinding 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.
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
Azure SDK for .NET