OtpStatus Class
Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dllRepresents the current status of the YubiKey OTP application.
C#
public class OtpStatus : Object
Inheritance
System.Object
OtpStatus
Constructors
Name | Description |
---|---|
OtpStatus() | Constructs a new instance of the OtpStatus class. |
Properties
Name | Description |
---|---|
FirmwareVersion | The version of the firmware running on the YubiKey. |
LedBehaviorInverted | The indicator LED behavior is inverted. |
LongPressConfigured | Indicates that the long-press configuration (slot 2) is present and valid. |
LongPressRequiresTouch | Indicates that the long-press configuration (slot 2) requires touch for operation. |
SequenceNumber | The configuration sequence number, used to see if the OTP configuration has been modified. |
ShortPressConfigured | Indicates that the short-press configuration (slot 1) is present and valid. |
ShortPressRequiresTouch | Indicates that the short-press configuration (slot 1) requires touch for operation. |
TouchLevel | The capacitive touch level reported by the YubiKey. Reserved for Yubico internal use. |