Show / Hide Table of Contents

GetData Method

GetData()

Gets the echoed data from the response.

C#
public ReadOnlyMemory<byte> GetData()

Returns

ReadOnlyMemory<byte>

The data in the response APDU, as a byte array.

Implements

IYubiKeyResponseWithData<TData>.GetData()

Remarks

If the status of the response is not 'Success', this method will throw an exception.

In this article
Back to top Generated by DocFX