Class U2fResponse
Base class for all U2F responses. Use this class to represent the status of a U2F command, or one of its derived classes to retrieve the full response.
public class U2fResponse : YubiKeyResponse, IYubiKeyResponse
- Inheritance
-
objectU2fResponse
- Implements
- Derived
- Inherited Members
Constructors
U2fResponse(ResponseApdu)
Bind a new instance of U2FResponse from the given response APDU
public U2fResponse(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApduThe response from the YubiKey to the partner Command.
Properties
StatusCodeMap
Overridden to modify the messages associated with certain status words. The messages match the status words' meanings as described in the FIDO U2F specifications.
protected override YubiKeyResponse.ResponseStatusPair StatusCodeMap { get; }