ListCredentialsResponse Class
Namespace: Yubico.YubiKey.YubiHsmAuth.Commands Assembly: Yubico.YubiKey.dllThe response to the ListCredentialsCommand command, containing the credentials present in the YubiHSM Auth application, and the number of retries remaining for each.
C#
public sealed class ListCredentialsResponse : BaseYubiHsmAuthResponse, IYubiKeyResponseWithData<List<CredentialRetryPair>>, IYubiKeyResponse
Implements
Constructors
Name | Description |
---|---|
ListCredentialsResponse(ResponseApdu) | Constructs a ListCredentialsResponse instance based on a ResponseApdu received from the YubiKey. |
Methods
Name | Description |
---|---|
GetData() | Gets the list of Credentials present in the YubiHSM Auth application, and the number of retries remaining. |