Show / Hide Table of Contents

EnumerateCredentialsGetNextResponse Class

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

The response partner to the EnumerateCredentialsGetNextCommand, containing the next credential associated with a specified relying party.

C#
public class EnumerateCredentialsGetNextResponse : Fido2Response, IYubiKeyResponseWithData<CredentialUserInfo>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response EnumerateCredentialsGetNextResponse
Implements
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.

In this article
Back to top Generated by DocFX