EchoResponse Class
Namespace: Yubico.YubiKey.U2f.Commands Assembly: Yubico.YubiKey.dllThe response to the Echo Command.
C#
public sealed class EchoResponse : U2fResponse, IYubiKeyResponseWithData<ReadOnlyMemory<byte>>, IYubiKeyResponse
Remarks
This is the partner response class to EchoCommand.
Constructors
Name | Description |
---|---|
EchoResponse(ResponseApdu) | Constructs an EchoResponse from the given ResponseApdu. |
Methods
Name | Description |
---|---|
GetData() | Gets the echoed data from the response. |