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