Show / Hide Table of Contents

ListCredentialsCommand Class

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

Get the public properties of all Credentials in the YubiHSM Auth application, along with the number of retries remaining for each.

C#
public sealed class ListCredentialsCommand : IYubiKeyCommand<ListCredentialsResponse>
Inheritance object ListCredentialsCommand
Implements
IYubiKeyCommand<ListCredentialsResponse>

Remarks

The associated response class is ListCredentialsResponse.

Constructors

Name Description
ListCredentialsCommand()

Constructs an instance of the ListCredentialsCommand 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