Show / Hide Table of Contents

OtpStatus Class

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

Represents the current status of the YubiKey OTP application.

C#
public class OtpStatus
Inheritance 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.

In this article
Back to top Generated by DocFX