Fido2Exception Class
Namespace: Yubico.YubiKey.Fido2 Assembly: Yubico.YubiKey.dllException that represents when the authenticator presents an unsuccessful FIDO2 status.
C#
[Serializable]
public class Fido2Exception : Exception
Inheritance
object
Exception
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. |