Show / Hide Table of Contents

EchoCommand Constructor

EchoCommand()

Constructs an instance of the EchoCommand class.

C#
public EchoCommand()

EchoCommand(ReadOnlyMemory<byte>)

Constructs an instance of the EchoCommand class with the data to send to the YubiKey.

C#
public EchoCommand(ReadOnlyMemory<byte> data)

Parameters

Type Name Description
ReadOnlyMemory<byte> data

The data to send to the YubiKey. See Data.

In this article
Back to top Generated by DocFX