3 references to AllowInsecureDeserialization
System.Web (3)
Util\EnableViewStateMacRegistryHelper.cs (3)
42if (AppSettings.AllowInsecureDeserialization.HasValue) { 43EnforceViewStateMac = !AppSettings.AllowInsecureDeserialization.Value; 47SuppressMacValidationErrorsFromCrossPagePostbacks |= !AppSettings.AllowInsecureDeserialization.Value;