Partager via


CustomHttpsConfiguration.MinimumTlsVersion Property

Definition

Gets or sets the minimum TLS version required from the clients to establish an SSL handshake with Front Door. Possible values include: '1.0', '1.2'

[Newtonsoft.Json.JsonProperty(PropertyName="minimumTlsVersion")]
public string MinimumTlsVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minimumTlsVersion")>]
member this.MinimumTlsVersion : string with get, set
Public Property MinimumTlsVersion As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to