GatewayHostnameConfigurationContract.Tls10Enabled Property

Definition

Gets or sets specifies if TLS 1.0 is supported

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tls10Enabled")]
public bool? Tls10Enabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tls10Enabled")>]
member this.Tls10Enabled : Nullable<bool> with get, set
Public Property Tls10Enabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to