Show / Hide Table of Contents

GetData Method

GetData()

Gets the list of Credentials present in the YubiHSM Auth application, and the number of retries remaining.

C#
public List<CredentialRetryPair> GetData()

Returns

List<CredentialRetryPair>

The data in the response APDU, as a list of credentials and retry count.

Implements

IYubiKeyResponseWithData<TData>.GetData()

Exceptions

Type Condition
InvalidOperationException

Thrown when the Status is not equal to Success.

In this article
Back to top Generated by DocFX