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