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