Class GetLargeBlobResponse
The response to the GetLargeBlobCommand command, returning the large blob.
public sealed class GetLargeBlobResponse : Fido2Response, IYubiKeyResponseWithData<ReadOnlyMemory<byte>>, IYubiKeyResponse
- Inheritance
-
objectGetLargeBlobResponse
- Implements
- Inherited Members
Constructors
GetLargeBlobResponse(ResponseApdu)
Constructs a GetLargeBlobResponse
instance based on a ResponseApdu
received from the YubiKey.
public GetLargeBlobResponse(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApduThe 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.