Show / Hide Table of Contents

GetLargeBlobCommand Class

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

Gets the large blob out of the YubiKey.

C#
public sealed class GetLargeBlobCommand : IYubiKeyCommand<GetLargeBlobResponse>
Inheritance object GetLargeBlobCommand
Implements
IYubiKeyCommand<GetLargeBlobResponse>

Remarks

The partner Response class is GetLargeBlobResponse. Specified in CTAP as "authenticatorLargeBlobs".

The standard specifies one command called "authenticatorLargeBlobs". It takes input that specifies whether to get or set. The SDK breaks this into two commands.

Constructors

Name Description
GetLargeBlobCommand(int, int)

Constructs an instance of the GetLargeBlobCommand class.

Properties

Name Description
Application

Gets the YubiKeyApplication to which this command belongs.

Methods

Name Description
CreateCommandApdu()

Creates a well-formed CommandApdu to send to the YubiKey.

CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

In this article
Back to top Generated by DocFX