GetLargeBlobCommand Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllGets the large blob out of the YubiKey.
C#
public sealed class GetLargeBlobCommand : Object, IYubiKeyCommand<GetLargeBlobResponse>
Inheritance
System.Object
GetLargeBlobCommand
Implements
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(Int32, Int32) | 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. |