Class Fido2Response
public class Fido2Response : YubiKeyResponse, IYubiKeyResponse
- Inheritance
-
objectFido2Response
- 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
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; }