7 references to All
System.Web (7)
Configuration\FormsAuthenticationConfiguration.cs (2)
133
FormsProtectionEnum.
All
,
277
[ConfigurationProperty("protection", DefaultValue = FormsProtectionEnum.
All
)]
Security\FormsAuthentication.cs (5)
163
if (_Protection == FormsProtectionEnum.
All
|| _Protection == FormsProtectionEnum.Encryption)
174
if (_Protection == FormsProtectionEnum.
All
|| _Protection == FormsProtectionEnum.Validation)
266
if (_Protection == FormsProtectionEnum.
All
|| _Protection == FormsProtectionEnum.Validation) {
276
if (_Protection == FormsProtectionEnum.
All
|| _Protection == FormsProtectionEnum.Encryption) {
832
bool willEncrypt = (_Protection == FormsProtectionEnum.
All
|| _Protection == FormsProtectionEnum.Encryption);