次の方法で共有


SiteConfigResource.MinTlsVersion プロパティ

定義

minTlsVersion を取得または設定します。SSL 要求に必要な TLS の最小バージョンを構成します。 指定できる値は、'1.0'、'1.1'、'1.2' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象