EnumerateRpsBeginResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThe 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, 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. |