WifiConfiguration.PairwiseCipher.Gcmp256 Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AES in Galois/Counter Mode
[Android.Runtime.Register("GCMP_256", ApiSince=29)]
public const Android.Net.Wifi.PairwiseCipherType Gcmp256 = 3;
[<Android.Runtime.Register("GCMP_256", ApiSince=29)>]
val mutable Gcmp256 : Android.Net.Wifi.PairwiseCipherType
Field Value
Value = 3- Attributes
Remarks
AES in Galois/Counter Mode
Java documentation for android.net.wifi.WifiConfiguration.PairwiseCipher.GCMP_256
.
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.