Enum Slot
An identifier for the configurable OTP slots.
public enum Slot : byte
Fields
LongPress = 2
Refers to the configuration slot that is activated by a longer duration touch of the YubiKey. This is also sometimes referred to as "Slot 2".
None = 0
This is the default state for the Slot enumeration. If an operation is requested that requires a slot, this value will cause an exception.
ShortPress = 1
Refers to the configuration slot that is activated by a short duration touch of the YubiKey. This is also sometimes referred to as "Slot 1".