2 references to Create
mscorlib (1)
system\security\cryptography\symmetricalgorithm.cs (1)
220return Create("System.Security.Cryptography.SymmetricAlgorithm");
System.Web (1)
Configuration\MachineKeySection.cs (1)
1185s_oSymAlgoDecryption = SymmetricAlgorithm.Create(Decryption.Substring(ALGO_PREFIX.Length));