Language

WifiPdRangingParams.GetDeviceIk Method

Definition

Gets the device identity key (IK).

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

Returns

Byte[]
Attributes

Remarks

Gets the device identity key (IK).

This is used for authenticated PASN mode.

Android reference for android.ranging.wifi.pd.WifiPdRangingParams.getDeviceIk.

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