Class AuthenticatorSelectionResponse
The response to the AuthenticatorSelectionCommand.
public sealed class AuthenticatorSelectionResponse : Fido2Response, IYubiKeyResponse
- Inheritance
-
objectAuthenticatorSelectionResponse
- Implements
- Inherited Members
Remarks
On success there is no response payload. If the authenticator does not implement
authenticatorSelection, expect InvalidCommand or another CTAP error;
that reflects authenticator support, not an SDK defect.
Constructors
AuthenticatorSelectionResponse(ResponseApdu)
Constructs an AuthenticatorSelectionResponse from the YubiKey APDU response.
public AuthenticatorSelectionResponse(ResponseApdu responseApdu)
Parameters
responseApduResponseApduThe response APDU returned by the YubiKey.
Properties
StatusCodeMap
Overridden to modify the messages associated with certain status words. The messages match the status words' meanings as described in the FIDO2 specifications.
protected override YubiKeyResponse.ResponseStatusPair StatusCodeMap { get; }