2 references to CompatMode
System.Web (2)
Configuration\MachineKeySection.cs (1)
548bool createIV = signData || ((ivType != IVType.None) && (CompatMode > MachineKeyCompatibilityMode.Framework20SP1));
Security\FormsAuthentication.cs (1)
833bool legacyPadding = !willEncrypt || (MachineKeySection.CompatMode == MachineKeyCompatibilityMode.Framework20SP1);