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