Freigeben über


WifiConfiguration.AllowedGroupManagementCiphers Property

Definition

The set of group management ciphers supported by this configuration.

[Android.Runtime.Register("allowedGroupManagementCiphers", ApiSince=29)]
public Java.Util.BitSet AllowedGroupManagementCiphers { get; set; }
[<Android.Runtime.Register("allowedGroupManagementCiphers", ApiSince=29)>]
member this.AllowedGroupManagementCiphers : Java.Util.BitSet with get, set

Property Value

Attributes

Remarks

The set of group management ciphers supported by this configuration. See GroupMgmtCipher for descriptions of the values.

Java documentation for android.net.wifi.WifiConfiguration.allowedGroupManagementCiphers.

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