Show / Hide Table of Contents

IYubiKeyResponse Interface

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

This defines the minimal set of information returned by a YubiKey in response to a command.

C#
public interface IYubiKeyResponse

Remarks

Types that implement this interface are used by IYubiKeyCommand<TResponse> to capture the command's success or failure state as reported by the YubiKey.

Implementations of IYubiKeyResponse which also need to return data should implement IYubiKeyResponseWithData<TData>.

Properties

Name Description
Status

An application independent status.

StatusMessage

A short textual description of the status.

StatusWord

The application specific status word.

In this article
Back to top Generated by DocFX