Table of Contents

Enum Transport

Namespace
Yubico.YubiKey
Assembly
Yubico.YubiKey.dll

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

[Flags]
public enum Transport

Fields

All = HidKeyboard | HidFido | SmartCard

A convenience member that combines all flags.

HidFido = 2

FIDO U2F authenticator device.

HidKeyboard = 1

USB HID class keyboard.

NfcSmartCard = 8

Smart card connection over NFC.

None = 0

This flag is equivalent to all flags being disabled.

SmartCard = UsbSmartCard | NfcSmartCard

A convenience member that combines UsbSmartCard and NfcSmartCard.

UsbSmartCard = 4

Smart card connection over USB.