Partager via


SoftApConfiguration.SecurityTypeWpa2Psk Field

Definition

Caution

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

The definition of security type WPA2-PSK.

[Android.Runtime.Register("SECURITY_TYPE_WPA2_PSK", 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 SecurityTypeWpa2Psk = 1;
[<Android.Runtime.Register("SECURITY_TYPE_WPA2_PSK", 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 SecurityTypeWpa2Psk : Android.Net.Wifi.SoftApConfigurationSecurityType

Field Value

Value = 1

Implements

Attributes

Remarks

The definition of security type WPA2-PSK.

Java documentation for android.net.wifi.SoftApConfiguration.SECURITY_TYPE_WPA2_PSK.

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