FormFactor Class
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllRepresents the form-factor of the YubiKey.
C#
public sealed class FormFactor : Enum
Inheritance
System.Object
FormFactor
Fields
Name | Description |
---|---|
Unknown | The form-factor could not be determined. |
UsbABiometricKeychain | The YubiKey is a USB-A key-chain device with a biometric (fingerprint) sensor. |
UsbAKeychain | The YubiKey is a USB-A key-chain device. |
UsbANano | The YubiKey is a USB-A nano device. |
UsbCBiometricKeychain | The YubiKey is a USB-C key-chain device with a biometric (fingerprint) sensor. |
UsbCKeychain | The YubiKey is a USB-C key-chain device. |
UsbCLightning | The YubiKey is a dual-port USB-C and Apple Lightning connector device. |
UsbCNano | The YubiKey is a USB-C nano device. |
value__ |