다음을 통해 공유


WifiEnterpriseConfig.TlsV11 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.WifiEnterpriseConfigTlsVersion enum directly instead of this field.

Constant definition for TLS v1.

[Android.Runtime.Register("TLS_V1_1", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.WifiEnterpriseConfigTlsVersion enum directly instead of this field.", true)]
public const Android.Net.Wifi.WifiEnterpriseConfigTlsVersion TlsV11 = 1;
[<Android.Runtime.Register("TLS_V1_1", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.WifiEnterpriseConfigTlsVersion enum directly instead of this field.", true)>]
val mutable TlsV11 : Android.Net.Wifi.WifiEnterpriseConfigTlsVersion

Field Value

Value = 1

Implements

Attributes

Remarks

Constant definition for TLS v1.1 which is used in #setMinimumTlsVersion(int)

Java documentation for android.net.wifi.WifiEnterpriseConfig.TLS_V1_1.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to