次の方法で共有


Server.MinimalTlsVersion プロパティ

定義

サーバーの最小 Tls バージョンを適用するを取得または設定します。 使用できる値は、'TLS1_0'、'TLS1_1'、'TLS1_2'、'TLSEnforcementDisabled' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象