GatewayHostnameConfigurationContract.Tls11Enabled 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 specifies if TLS 1.1 is supported
[Newtonsoft.Json.JsonProperty(PropertyName="properties.tls11Enabled")]
public bool? Tls11Enabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tls11Enabled")>]
member this.Tls11Enabled : Nullable<bool> with get, set
Public Property Tls11Enabled As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute