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