Share via


WifiAwareDataPathSecurityConfig.GetPmkId Method

Definition

Get the specified PMKID in this config.

[Android.Runtime.Register("getPmkId", "()[B", "", ApiSince=33)]
public byte[]? GetPmkId ();
[<Android.Runtime.Register("getPmkId", "()[B", "", ApiSince=33)>]
member this.GetPmkId : unit -> byte[]

Returns

Byte[]

A PMKID (pairwise master key associated identifier, see IEEE 802.11) is generated by Diffie-Hellman key exchange together with a Pairwise Master Key.

Attributes

Remarks

Get the specified PMKID in this config.

Java documentation for android.net.wifi.aware.WifiAwareDataPathSecurityConfig.getPmkId().

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