2 references to CreateFromName
mscorlib (1)
system\security\cryptography\cryptoconfig.cs (1)
680return CreateFromName(name, null);
System.Security (1)
system\security\cryptography\dataprotector.cs (1)
136return (DataProtector)CryptoConfig.CreateFromName(providerClass, applicationName, primaryPurpose, specificPurposes);