Show / Hide Table of Contents

ListCommand Class

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

Lists configured credentials on the YubiKey.

C#
public class ListCommand : IYubiKeyCommand<ListResponse>
Inheritance object ListCommand
Implements
IYubiKeyCommand<ListResponse>

Remarks

This class has a corresponding partner class ListResponse

Constructors

Name Description
ListCommand()

Constructs an instance of the ListCommand class.

Properties

Name Description
Application

Gets the YubiKeyApplication to which this command belongs.

Methods

Name Description
CreateCommandApdu()

Creates a well-formed CommandApdu to send to the YubiKey.

CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

In this article
Back to top Generated by DocFX