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 |
---|---|---|
System.ReadOnlyMemory<System.Byte> | data | The data to send to the YubiKey. See Data. |