Show / Hide Table of Contents

UpdateSlot Class

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

Class for updating an existing OTP slot configuration.

C#
public class UpdateSlot : OperationBase<UpdateSlot>
Inheritance object OperationBase<UpdateSlot> UpdateSlot

Methods

Name Description
ExecuteOperation()

Execute the operation here.

ProtectLongPressSlot(bool)

Locks and/or protects the long press configuration slot of the YubiKey.

SetAllowUpdate(bool)

Allows certain non-security related settings to be modified after the configuration has been written.

SetAppendCarriageReturn(bool)

Sends a carriage return [Enter Key] after all characters have been sent.

SetAppendDelayToFixed(bool)

Adds a 500ms delay after sending the fixed string.

SetAppendDelayToOtp(bool)

Adds a 500ms delay after sending the OTP string.

SetAppendTabToFixed(bool)

Sends a tab character after the fixed string.

SetAppendTabToOtp(bool)

Sends a tab character after the OTP string.

SetDormant(bool)

Allows a configuration to be stored without being accessible.

SetFastTrigger(bool)

Causes the trigger action of the YubiKey button to become faster.

SetInvertLed(bool)

Inverts the configured state of the LED.

SetSendTabFirst(bool)

Sends a tab character before the fixed string.

SetSerialNumberApiVisible(bool)

Allows the serial number to be read by proprietary means, including being visible to the Yubico.YubiKey SDK.

SetSerialNumberButtonVisible(bool)

Allows the serial number to be retrieved by holding down the touch button while inserting the device into the USB port.

SetSerialNumberUsbVisible(bool)

Makes the serial number appear in the YubiKey's USB descriptor's iSerialNumber field.

SetUse10msPacing(bool)

Adds an inter-character pacing time of 10ms between each keystroke.

SetUse20msPacing(bool)

Adds an inter-character pacing time of 20ms between each keystroke.

SetUseNumericKeypad(bool)

Causes numeric characters to be sent as keystrokes from the numeric keypad rather than the normal numeric keys on an 84-key keyboard.

In this article
Back to top Generated by DocFX