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