TokenFormat - перечисление

Token storage format.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
public enum TokenFormat

Члены

Unknown0 The token format is unknown.
Plain1 The token is stored in plain text.
Protected2 The token is not stored in the database; lookup is performed by hash, and the token data is signed.

См. также