DeleteSlot Method
DeleteSlot(Slot)
Removes an OTP slot configuration and sets it to empty.
C#
void DeleteSlot(Slot slot)
Parameters
Type | Name | Description |
---|---|---|
Slot | slot | The Slot to reset to empty. |
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).