Show / Hide Table of Contents

GetData Method

GetData()

Returns the PIN/UV Auth token generated by the YubiKey.

C#
public ReadOnlyMemory<byte> GetData()

Returns

ReadOnlyMemory<byte>

The PinUvAuthToken.

Implements

IYubiKeyResponseWithData<TData>.GetData()

Remarks

The token returned is encrypted using the shared secret from the protocol object used in the command.

In this article
Back to top Generated by DocFX