GatewayHostnameConfigurationContract.Tls11Enabled Property

Definition

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

Applies to