Show / Hide Table of Contents

How to swap slot configurations

Because swapping slot settings requires zero configuration, this operation is not designed as a Fluent Builder operation. It’s as simple as calling the SwapSlots method:

using (OtpSession otp = new OtpSession(yKey))
{
  otp.SwapSlots();
}
Note

This method will fail if at least one of the slots is not currently configured. Also, if one or both of the slots is protected with an access code, this method will fail.

  • Improve this Doc
In this article
Back to top Generated by DocFX