Show / Hide Table of Contents

EnumerateRpsGetNextResponse Class

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

The response partner to the EnumerateRpsGetNextCommand, containing the next relying party represented in the YubiKey.

C#
public class EnumerateRpsGetNextResponse : Fido2Response, IYubiKeyResponseWithData<RelyingParty>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response EnumerateRpsGetNextResponse
Implements
IYubiKeyResponseWithData<RelyingParty>
IYubiKeyResponse

Constructors

Name Description
EnumerateRpsGetNextResponse(ResponseApdu)

Constructs a new instance of EnumerateRpsGetNextResponse 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