WifiConfiguration.PairwiseCipher.Gcmp256 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("GCMP_256", ApiSince=29)]
[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 Gcmp256 = 3;
[<Android.Runtime.Register("GCMP_256", ApiSince=29)>]
[<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 Gcmp256 : Android.Net.Wifi.PairwiseCipherType

Field Value

PairwiseCipherType
Attributes

Applies to