Fido2Exception Class
Namespace: Yubico.YubiKey.Fido2 Assembly: Yubico.YubiKey.dllException that represents when the authenticator presents an unsuccessful FIDO2 status.
C#
public class Fido2Exception : Exception
Inheritance
System.Object
Fido2Exception
Constructors
Name | Description |
---|---|
Fido2Exception() | Initializes a new instance of the Fido2Exception class. |
Fido2Exception(SerializationInfo, StreamingContext) | |
Fido2Exception(String) | Initializes a new instance of the Fido2Exception class. |
Fido2Exception(String, Exception) | Initializes a new instance of the Fido2Exception class. |
Fido2Exception(CtapStatus) | Initializes a new instance of the Fido2Exception class, and sets an appropriate message. |
Fido2Exception(CtapStatus, String) | Initializes a new instance of the Fido2Exception class. |
Properties
Name | Description |
---|---|
Status | The FIDO2 status returned by the authenticator. |