EnumerateCredentialsGetNextResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThe response partner to the EnumerateCredentialsGetNextCommand, containing the next credential associated with a specified relying party.
C#
public class EnumerateCredentialsGetNextResponse : Fido2Response, IYubiKeyResponseWithData<CredentialUserInfo>, IYubiKeyResponse
Constructors
Name | Description |
---|---|
EnumerateCredentialsGetNextResponse(ResponseApdu) | Constructs a new instance of EnumerateCredentialsGetNextResponse based on a response APDU provided by the YubiKey. |
Methods
Name | Description |
---|---|
GetData() | Gets the data from the YubiKey response. |