Table of Contents

Class GetLargeBlobResponse

Namespace
Yubico.YubiKey.Fido2.Commands
Assembly
Yubico.YubiKey.dll

The response to the GetLargeBlobCommand command, returning the large blob.

public sealed class GetLargeBlobResponse : Fido2Response, IYubiKeyResponseWithData<ReadOnlyMemory<byte>>, IYubiKeyResponse
Inheritance
object
GetLargeBlobResponse
Implements
IYubiKeyResponseWithData<ReadOnlyMemory<byte>>
Inherited Members

Constructors

GetLargeBlobResponse(ResponseApdu)

Constructs a GetLargeBlobResponse instance based on a ResponseApdu received from the YubiKey.

public GetLargeBlobResponse(ResponseApdu responseApdu)

Parameters

responseApdu ResponseApdu

The ResponseApdu returned by the YubiKey.

Methods

GetData()

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

public ReadOnlyMemory<byte> GetData()

Returns

ReadOnlyMemory<byte>

The large blob data.

Exceptions

InvalidOperationException

Thrown when Status is not Success.