Show / Hide Table of Contents

ShortTicket Method

ShortTicket(bool)

Truncates the OTP string to 16 characters.

C#
public T ShortTicket(bool setting = true)

Parameters

Type Name Description
bool setting

Returns

T

Remarks

This function is only valid in static mode as a truncated dynamic OTP cannot be successfully decoded.

In order to enable short ticket mode, you must also use UseStaticTicketMode(bool).

In this article
Back to top Generated by DocFX