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