ShortTicket Method
ShortTicket(Boolean)
Truncates the OTP string to 16 characters.
C#
public T ShortTicket(bool setting = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | 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(Boolean).