DeleteSlot Method
DeleteSlot(Slot)
Removes an OTP slot configuration and sets it to empty.
C#
public void DeleteSlot(Slot slot)
Parameters
Type | Name | Description |
---|---|---|
Slot | slot | The Slot to reset to empty. |
Implements
Remarks
Use this method if there is not access code set on the slot. If you need to specify an access code, use the builder version (DeleteSlotConfiguration(Slot)), which exposes UseCurrentAccessCode(SlotAccessCode).