CustomHttpsConfiguration.MinimumTlsVersion 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 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