Home
last modified time | relevance | path

Searched refs:MAX_ENCODED_COOKIE_STRING (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DAnonymousIdentificationModule.cs36 private const int MAX_ENCODED_COOKIE_STRING = 512; field in System.Web.Security.AnonymousIdentificationModule
260 if (encValue.Length > MAX_ENCODED_COOKIE_STRING) in OnEnter()
357 if (data == null || data.Length < 1 || data.Length > MAX_ENCODED_COOKIE_STRING) in GetDecodedValue()