UpdateSlot Method
UpdateSlot(Slot)
Updates the settings of an OTP application slot on a YubiKey without removing the existing configuration.
C#
public UpdateSlot UpdateSlot(Slot slot)
Parameters
Type | Name | Description |
---|---|---|
Slot | slot | The identifier for the OTP application slot to configure. |
Returns
Implements
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)