3 references to CreateTripleDES
System.Web (3)
Configuration\MachineKeySection.cs (2)
885s_oSymAlgoDecryption = CryptoAlgorithms.CreateTripleDES(); 911s_oSymAlgoValidation = CryptoAlgorithms.CreateTripleDES();
Security\Cryptography\MachineKeyCryptoAlgorithmFactory.cs (1)
49return CryptoAlgorithms.CreateTripleDES;