Show / Hide Table of Contents

ResponseStatus Enum

Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dll

An application independent way of reporting the status in a command's response.

C#
public enum ResponseStatus

Fields

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.

In this article
Back to top Generated by DocFX