Show / Hide Table of Contents

GetData Method

GetData()

Gets the raw data returned by the YubiKey. The data is not parsed in any way.

C#
public ReadOnlyMemory<byte> GetData()

Returns

ReadOnlyMemory<byte>

The large blob data.

Implements

IYubiKeyResponseWithData<TData>.GetData()

Exceptions

Type Condition
InvalidOperationException

Thrown when Status is not Success.

In this article
Back to top Generated by DocFX