Show / Hide Table of Contents

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

IOtpSession.DeleteSlot(Slot)

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).

In this article
Back to top Generated by DocFX