IYubiKeyResponse Interface
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllThis 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. |