5 references to CreateAes
System.Web (5)
Configuration\MachineKeySection.cs (4)
891s_oSymAlgoDecryption = CryptoAlgorithms.CreateAes(); 897s_oSymAlgoDecryption = CryptoAlgorithms.CreateAes(); 915s_oSymAlgoValidation = CryptoAlgorithms.CreateAes(); 1296s_oSymAlgoLegacy = CryptoAlgorithms.CreateAes();
Security\Cryptography\MachineKeyCryptoAlgorithmFactory.cs (1)
43return CryptoAlgorithms.CreateAes;