Table of Contents

Class U2fResponse

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.

public class U2fResponse : YubiKeyResponse, IYubiKeyResponse
Inheritance
object
U2fResponse
Implements
Derived
Inherited Members

Constructors

U2fResponse(ResponseApdu)

Bind a new instance of U2FResponse from the given response APDU

public U2fResponse(ResponseApdu responseApdu)

Parameters

responseApdu ResponseApdu

The 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; }

Property Value

YubiKeyResponse.ResponseStatusPair

See Also