ListResponse Class
Namespace: Yubico.YubiKey.Oath.Commands Assembly: Yubico.YubiKey.dllThe response to the ListCommand command, containing the YubiKey's configured credentials list.
C#
public class ListResponse : OathResponse, 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. |