GetLargeBlobResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThe response to the GetLargeBlobCommand command, returning the large blob.
C#
public sealed class GetLargeBlobResponse : Fido2Response, IYubiKeyResponseWithData<ReadOnlyMemory<byte>>, IYubiKeyResponse
Constructors
Name | Description |
---|---|
GetLargeBlobResponse(ResponseApdu) | Constructs a |
Methods
Name | Description |
---|---|
GetData() | Gets the raw data returned by the YubiKey. The data is not parsed in any way. |