SetAllowUpdate Method
SetAllowUpdate(Boolean)
Allows certain non-security related settings to be modified after the configuration has been written.
C#
public ConfigureHotp SetAllowUpdate(bool setConfig = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | setConfig |
Returns
The current ConfigureHotp 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 choosing 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)