你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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