ResultData.GetAuthenticatedData Method

Definition

Returns a CBOR structure containing the retrieved data.

[Android.Runtime.Register("getAuthenticatedData", "()[B", "GetGetAuthenticatedDataHandler", ApiSince=30)]
public abstract byte[] GetAuthenticatedData ();
[<Android.Runtime.Register("getAuthenticatedData", "()[B", "GetGetAuthenticatedDataHandler", ApiSince=30)>]
abstract member GetAuthenticatedData : unit -> byte[]

Returns

Byte[]

The bytes of the DeviceNameSpaces CBOR structure.

Attributes

Remarks

Java documentation for android.security.identity.ResultData.getAuthenticatedData().

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