Show / Hide Table of Contents

EchoResponse Class

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

The response to the Echo Command.

C#
public sealed class EchoResponse : U2fResponse, IYubiKeyResponseWithData<ReadOnlyMemory<byte>>, IYubiKeyResponse
Inheritance object YubiKeyResponse U2fResponse EchoResponse
Implements
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.

In this article
Back to top Generated by DocFX