Show / Hide Table of Contents

U2fResponse Class

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

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.

C#
public class U2fResponse : YubiKeyResponse, IYubiKeyResponse
Inheritance object YubiKeyResponse U2fResponse
AuthenticateResponse
EchoResponse
GetDeviceInfoResponse
GetProtocolVersionResponse
RegisterResponse
ResetResponse
SetPinResponse
VerifyFipsModeResponse
VerifyPinResponse
Implements
IYubiKeyResponse

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.

See Also

IYubiKeyResponse
In this article
Back to top Generated by DocFX