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