IYubiKeyConnection Interface
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllRepresents a connection to a YubiKey device, enabling the sending of commands and retrieval of responses.
C#
public interface IYubiKeyConnection : IDisposable
Properties
Name | Description |
---|---|
SelectApplicationData | An object representing the response received from the YubiKey after selecting the application. |
Methods
Name | Description |
---|---|
SendCommand<TResponse>(IYubiKeyCommand<TResponse>) | Sends a command to the YubiKey device and returns the response. |