Table of Contents

Class Fido2Response

Namespace
Yubico.YubiKey.Fido2.Commands
Assembly
Yubico.YubiKey.dll
public class Fido2Response : YubiKeyResponse, IYubiKeyResponse
Inheritance
object
Fido2Response
Implements
Derived
Inherited Members

Constructors

Fido2Response(ResponseApdu)

public Fido2Response(ResponseApdu responseApdu)

Parameters

responseApdu ResponseApdu

Properties

CtapStatus

The CTAP status code.

public CtapStatus CtapStatus { get; }

Property Value

CtapStatus

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

Property Value

YubiKeyResponse.ResponseStatusPair