Table of Contents

Field IdentifierLengthLimit

Namespace
MailFathom.Common.ClientAssertions
Assembly
MailFathom.Common.dll

The longest replay identifier an assertion may carry.

public const int IdentifierLengthLimit = 128

Returns

int
The longest replay identifier an assertion may carry.

Remarks

The identifier is the one value a client chooses that the endpoint has to remember, so its length is the one thing about an assertion that decides how much memory a verified client can spend. A random 128-bit value encodes well inside this; nothing legitimate approaches it.