4 references to Validation
System.Web (4)
Configuration\AnonymousIdentificationSection.cs (2)
80
new ConfigurationProperty("cookieProtection", typeof(CookieProtection), CookieProtection.
Validation
, ConfigurationPropertyOptions.None);
173
[ConfigurationProperty("cookieProtection", DefaultValue = CookieProtection.
Validation
)]
Security\CookieProtection.cs (2)
33
if (cookieProtection == CookieProtection.All || cookieProtection == CookieProtection.
Validation
)
89
if (cookieProtection == CookieProtection.All || cookieProtection == CookieProtection.
Validation
)