SetAllowUpdate Method

SetAllowUpdate(Boolean)

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

C#
public ConfigureYubicoOtp SetAllowUpdate(bool setConfig = true)

Parameters

Type Name Description
System.Boolean setConfig

Returns

ConfigureYubicoOtp

The current ConfigureYubicoOtp instance.

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 chosing settings to apply later.

  • AllowUpdate(Boolean)
  • SetDormant(Boolean)
  • UseFastTrigger(Boolean)
  • SetInvertLed(Boolean)
  • SetSerialNumberApiVisible(Boolean)
  • SetSerialNumberButtonVisible(Boolean)
  • SetSerialNumberUsbVisible(Boolean)
  • UseNumericKeypad(Boolean)
  • SendTabFirst(Boolean)
  • AppendTabToFixed(Boolean)
  • SetAppendTabToOtp(Boolean)
  • AppendDelayToFixed(Boolean)
  • AppendDelayToOtp(Boolean)
  • AppendCarriageReturn(Boolean)
  • Use10msPacing(Boolean)
  • Use20msPacing(Boolean)
Generated by DocFX