Show / Hide Table of Contents

EnumerateRpsBeginResponse Class

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

The response partner to the EnumerateRpsBeginCommand, containing the total number of relying parties represented in the YubiKey along with the "first" (index 0) relying party.

C#
public class EnumerateRpsBeginResponse : Fido2Response, IYubiKeyResponseWithData<(int totalRelyingPartyCount, RelyingParty relyingParty)>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response EnumerateRpsBeginResponse
Implements
IYubiKeyResponseWithData<(int totalRelyingPartyCount, RelyingParty relyingParty)>
IYubiKeyResponse

Remarks

Note that if there are no credentials associated with a relying party, the return is "No Data" (Status = ResponseStatus.NoData, and CtapStatus = CtapStatus.NoCredentials). in this case, calling GetData will result in an exception.

Constructors

Name Description
EnumerateRpsBeginResponse(ResponseApdu)

Constructs a new instance of EnumerateRpsBeginResponse based on a response APDU provided by the YubiKey.

Methods

Name Description
GetData()

Gets the total number of relying parties and the first (index 0) relying party represented in the YubiKey.

In this article
Back to top Generated by DocFX