Show / Hide Table of Contents

ListCredentialsResponse Class

Namespace: Yubico.YubiKey.YubiHsmAuth.Commands Assembly: Yubico.YubiKey.dll

The 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
Inheritance object YubiKeyResponse BaseYubiHsmAuthResponse ListCredentialsResponse
Implements
IYubiKeyResponseWithData<List<CredentialRetryPair>>
IYubiKeyResponse

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.

In this article
Back to top Generated by DocFX