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