WifiConfiguration.PairwiseCipher.Gcmp128 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 with a 128-bit integrity key
[Android.Runtime.Register("GCMP_128", ApiSince=31)]
public const Android.Net.Wifi.PairwiseCipherType Gcmp128 = 5;
[<Android.Runtime.Register("GCMP_128", ApiSince=31)>]
val mutable Gcmp128 : Android.Net.Wifi.PairwiseCipherType
Field Value
Value = 5- Attributes
Remarks
AES in Galois/Counter Mode with a 128-bit integrity key
Java documentation for android.net.wifi.WifiConfiguration.PairwiseCipher.GCMP_128
.
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.