Show / Hide Table of Contents

ListResponse Class

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

The response to the ListCommand command, containing the YubiKey's configured credentials list.

C#
public class ListResponse : OathResponse, IYubiKeyResponseWithData<List<Credential>>, IYubiKeyResponse
Inheritance object YubiKeyResponse OathResponse ListResponse
Implements
IYubiKeyResponseWithData<List<Credential>>
IYubiKeyResponse

Constructors

Name Description
ListResponse(ResponseApdu)

Constructs a ListResponse instance based on a ResponseApdu received from the YubiKey.

Methods

Name Description
GetData()

Gets the list of Credential objects.

In this article
Back to top Generated by DocFX