Show / Hide Table of Contents

IYubiKeyConnection Interface

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

Represents a connection to a YubiKey device, enabling the sending of commands and retrieval of responses.

C#
public interface IYubiKeyConnection

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.

In this article
Back to top Generated by DocFX