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