4 references to CreateDES
System.Web (4)
Configuration\MachineKeySection.cs (3)
888s_oSymAlgoDecryption = CryptoAlgorithms.CreateDES(); 895s_oSymAlgoDecryption = CryptoAlgorithms.CreateDES(); 909s_oSymAlgoValidation = CryptoAlgorithms.CreateDES();
Security\Cryptography\MachineKeyCryptoAlgorithmFactory.cs (1)
46return CryptoAlgorithms.CreateDES;