Show / Hide Table of Contents

FormFactor Enum

Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dll

Represents the form-factor of the YubiKey.

C#
public enum FormFactor

Fields

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.

In this article
Back to top Generated by DocFX