Show / Hide Table of Contents

GetLargeBlobResponse Class

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

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

C#
public sealed class GetLargeBlobResponse : Fido2Response, IYubiKeyResponseWithData<ReadOnlyMemory<byte>>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response GetLargeBlobResponse
Implements
IYubiKeyResponseWithData<ReadOnlyMemory<byte>>
IYubiKeyResponse

Constructors

Name Description
GetLargeBlobResponse(ResponseApdu)

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

Methods

Name Description
GetData()

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

In this article
Back to top Generated by DocFX