4 references to Decryption
System.Web (4)
Configuration\MachineKeySection.cs (4)
882switch (Decryption) 1161switch(Decryption) { 1179if (!Decryption.StartsWith(ALGO_PREFIX, StringComparison.Ordinal)) { 1185s_oSymAlgoDecryption = SymmetricAlgorithm.Create(Decryption.Substring(ALGO_PREFIX.Length));