WifiConfiguration.PairwiseCipher.Sms4 Field

Definition

Caution

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

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

Field Value

PairwiseCipherType
Attributes

Applies to