1 type derived from RC2
mscorlib (1)
system\security\cryptography\rc2cryptoserviceprovider.cs (1)
19
public sealed class RC2CryptoServiceProvider :
RC2
{
3 references to RC2
mscorlib (3)
system\security\cryptography\rc2.cs (3)
74
new static public
RC2
Create() {
78
new static public
RC2
Create(String AlgName) {
79
return (
RC2
) CryptoConfig.CreateFromName(AlgName);