ListCredentials Method
ListCredentials()
Get the public properties of all Credentials in the YubiHSM Auth application, along with the number of retries remaining for each.
C#
public IReadOnlyList<CredentialRetryPair> ListCredentials()
Returns
System.Collections.Generic.IReadOnlyList<CredentialRetryPair>
A list of credentials and the number of retries remaining for each credential's password.
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Failed to retrieve the list of credentials present in the application. |