SoftApConfiguration.SecurityTypeWpa3Sae Field

Definition

Caution

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

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

Field Value

Value = 3

Implements

Attributes

Applies to