1 write to _UsingCustomEncryption
System.Web (1)
Configuration\MachineKeySection.cs (1)
1178_UsingCustomEncryption = true;
3 references to _UsingCustomEncryption
System.Web (3)
Configuration\MachineKeySection.cs (3)
539useLegacyMode = _UsingCustomEncryption; // only use legacy mode for custom algorithms 1288return _UsingCustomEncryption; 1293if (!_UsingCustomEncryption)