次の方法で共有


MinimumTlsVersion 列挙型

定義

MinimumTlsVersion の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum MinimumTlsVersion
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type MinimumTlsVersion = 
Public Enum MinimumTlsVersion
継承
MinimumTlsVersion
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

None 0
TLS10 1
TLS12 2

適用対象