3 references to Encryption
System.Web (3)
Security\FormsAuthentication.cs (3)
163if (_Protection == FormsProtectionEnum.All || _Protection == FormsProtectionEnum.Encryption) 276if (_Protection == FormsProtectionEnum.All || _Protection == FormsProtectionEnum.Encryption) { 832bool willEncrypt = (_Protection == FormsProtectionEnum.All || _Protection == FormsProtectionEnum.Encryption);