Transport Class
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllThe communication methods a YubiKey may use to connect with a host device.
C#
public sealed class Transport : Enum
Inheritance
System.Object
Transport
Fields
Name | Description |
---|---|
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. |
value__ |