SetAllowUpdate Method
SetAllowUpdate(bool)
Allows certain non-security related settings to be modified after the configuration has been written.
C#
public UpdateSlot SetAllowUpdate(bool setConfig)
Parameters
Type | Name | Description |
---|---|---|
bool | setConfig |
Returns
The current Update
Remarks
The list below is of all settings that can be updated when this setting is set. However, some of the options are not compatible with all settings, so it's important to use care when choosing settings to apply later.
- Allow
Update(bool) - Set
Dormant(bool) Allows a configuration to be stored without being accessible. - Use
Fast Trigger(bool) Causes the trigger action of the YubiKey button to become faster. - Set
Invert Led(bool) Inverts the configured state of the LED. - Set
Serial Number Api Visible(bool) Allows the serial number to be read by proprietary means, including being visible to the Yubico.YubiKey SDK. - Set
Serial Number Button Visible(bool) Allows the serial number to be retrieved by holding down the touch button while inserting the device into the USB port. - Set
Serial Number Usb Visible(bool) Makes the serial number appear in the YubiKey's USB descriptor's iSerialNumber field. - Use
Numeric Keypad(bool) Causes numeric characters to be sent as keystrokes from the numeric keypad rather than the normal numeric keys on an 84-key keyboard. - Send
Tab First(bool) Sends a tab character before the fixed string. - Append
Tab To Fixed(bool) Sends a tab character after the fixed string. - Set
Append Tab To Otp(bool) Sends a tab character after the OTP string. - Append
Delay To Fixed(bool) Adds a 500ms delay after sending the fixed string. - Append
Delay To Otp(bool) Adds a 500ms delay after sending the OTP string. - Append
Carriage Return(bool) Sends a carriage return [Enter Key] after all characters have been sent. - Use10ms
Pacing(bool) Adds an inter-character pacing time of 10ms between each keystroke. - Use20ms
Pacing(bool) Adds an inter-character pacing time of 20ms between each keystroke.