Show / Hide Table of Contents

ShortTicket Field

Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dll

Truncate the OTP part to 16 characters.

C#
public const byte ShortTicket = 2

Returns

byte

Truncate the OTP part to 16 characters.

Remarks

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

Note that this flag's value collides with other flags in this enumeration. In order to enable short ticket mode, this flag must be used with StaticTicket.

In this article
Back to top Generated by DocFX