Enum FormFactor
Represents the form-factor of the YubiKey.
public enum FormFactor
Fields
Unknown = 0
The form-factor could not be determined.
UsbABiometricKeychain = 6
The YubiKey is a USB-A key-chain device with a biometric (fingerprint) sensor.
UsbAKeychain = 1
The YubiKey is a USB-A key-chain device.
UsbANano = 2
The YubiKey is a USB-A nano device.
UsbCBiometricKeychain = 7
The YubiKey is a USB-C key-chain device with a biometric (fingerprint) sensor.
UsbCKeychain = 3
The YubiKey is a USB-C key-chain device.
UsbCLightning = 5
The YubiKey is a dual-port USB-C and Apple Lightning connector device.
UsbCNano = 4
The YubiKey is a USB-C nano device.