Share via


WifiEnterpriseConfig.TlsV13 Field

Definition

Caution

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

[Android.Runtime.Register("TLS_V1_3", 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 TlsV13 = 3;
[<Android.Runtime.Register("TLS_V1_3", 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 TlsV13 : Android.Net.Wifi.WifiEnterpriseConfigTlsVersion

Field Value

Value = 3

Implements

Attributes

Applies to