ListCredentialsCommand Class
Namespace: Yubico.YubiKey.YubiHsmAuth.Commands Assembly: Yubico.YubiKey.dllGet 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 : Object, IYubiKeyCommand<ListCredentialsResponse>
Inheritance
System.Object
ListCredentialsCommand
Implements
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. |