Show / Hide Table of Contents

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

IReadOnlyList<CredentialRetryPair>

A list of credentials and the number of retries remaining for each credential's password.

Exceptions

Type Condition
InvalidOperationException

Failed to retrieve the list of credentials present in the application.

In this article
Back to top Generated by DocFX