Show / Hide Table of Contents

Transport Enum

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

The communication methods a YubiKey may use to connect with a host device.

C#
[Flags]
public enum Transport

Fields

All

A convenience member that combines all flags.

HidFido

FIDO U2F authenticator device.

HidKeyboard

USB HID class keyboard.

NfcSmartCard

Smart card connection over NFC.

None

This flag is equivalent to all flags being disabled.

SmartCard

A convenience member that combines UsbSmartCard and NfcSmartCard.

UsbSmartCard

Smart card connection over USB.

In this article
Back to top Generated by DocFX