1 write to s_oSymAlgoLegacy
System.Web (1)
Configuration\MachineKeySection.cs (1)
1296s_oSymAlgoLegacy = CryptoAlgorithms.CreateAes();
3 references to s_oSymAlgoLegacy
System.Web (3)
Configuration\MachineKeySection.cs (3)
954SymmetricAlgorithm algo = (legacyMode ? s_oSymAlgoLegacy : (useValidationSymAlgo ? s_oSymAlgoValidation : s_oSymAlgoDecryption)); 1298s_oSymAlgoLegacy.Key = dKey; 1305s_oSymAlgoLegacy.Key = dKey;