U2fResponse Class
Namespace: Yubico.YubiKey.U2f.Commands Assembly: Yubico.YubiKey.dllBase 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.
C#
public class U2fResponse : YubiKeyResponse, IYubiKeyResponse
Implements
Constructors
Name | Description |
---|---|
U2fResponse(ResponseApdu) | Bind a new instance of U2FResponse from the given response APDU |
Properties
Name | Description |
---|---|
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. |