次の方法で共有


ServerPropertiesForCreate.MinimalTlsVersion プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象