2 references to MAX_ENCODED_COOKIE_STRING
System.Web (2)
Security\AnonymousIdentificationModule.cs (2)
260
if (encValue.Length >
MAX_ENCODED_COOKIE_STRING
)
357
if (data == null || data.Length < 1 || data.Length >
MAX_ENCODED_COOKIE_STRING
)