UpdateSlot Class
Namespace: Yubico.YubiKey.Otp.Operations Assembly: Yubico.YubiKey.dllClass for updating an existing OTP slot configuration.
public class UpdateSlot : OperationBase<UpdateSlot>
Methods
Name | Description |
---|---|
ExecuteOperation() | Execute the operation here. |
ProtectLongPressSlot(Boolean) | Locks and/or protects the long press configuration slot of the YubiKey. |
SetAllowUpdate(Boolean) | Allows certain non-security related settings to be modified after the configuration has been written. |
SetAppendCarriageReturn(Boolean) | Sends a carriage return [Enter Key] after all characters have been sent. |
SetAppendDelayToFixed(Boolean) | Adds a 500ms delay after sending the fixed string. |
SetAppendDelayToOtp(Boolean) | Adds a 500ms delay after sending the OTP string. |
SetAppendTabToFixed(Boolean) | Sends a tab character after the fixed string. |
SetAppendTabToOtp(Boolean) | Sends a tab character after the OTP string. |
SetDormant(Boolean) | Allows a configuration to be stored without being accessible. |
SetFastTrigger(Boolean) | Causes the trigger action of the YubiKey button to become faster. |
SetInvertLed(Boolean) | Inverts the configured state of the LED. |
SetSendTabFirst(Boolean) | Sends a tab character before the fixed string. |
SetSerialNumberApiVisible(Boolean) | Allows the serial number to be read by proprietary means, including being visible to the Yubico.YubiKey SDK. |
SetSerialNumberButtonVisible(Boolean) | Allows the serial number to be retrieved by holding down the touch button while inserting the device into the USB port. |
SetSerialNumberUsbVisible(Boolean) | Makes the serial number appear in the YubiKey's USB descriptor's iSerialNumber field. |
SetUse10msPacing(Boolean) | Adds an inter-character pacing time of 10ms between each keystroke. |
SetUse20msPacing(Boolean) | Adds an inter-character pacing time of 20ms between each keystroke. |
SetUseNumericKeypad(Boolean) | Causes numeric characters to be sent as keystrokes from the numeric keypad rather than the normal numeric keys on an 84-key keyboard. |