ResponseStatus Class
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllAn application independent way of reporting the status in a command's response.
C#
public sealed class ResponseStatus : Enum
Inheritance
System.Object
ResponseStatus
Fields
Name | Description |
---|---|
AuthenticationRequired | The command needed authentication, which had not been properly provided. |
ConditionsNotSatisfied | The command could not complete because some conditions were not satisfied. |
Failed | The command failed to complete. |
NoData | The command requested information of a YubiKey, but the data did not exist. |
RetryWithTouch | The command needs to be retried after the user touches the YubiKey. |
Success | The command succeeded. |
value__ |