// Assembly: mscorlib
// Full name: System.Security.Cryptography.RC2CryptoServiceProvider

namespace System.Security.Cryptography
{
public class RC2CryptoServiceProvider // TypeDefIndex: 4055
{
	// Fields
	type#15314 m_use40bitSalt;
	type#13202 s_legalKeySizes;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public virtual type#20867 get_EffectiveKeySize() { }
	// RVA: -1
	public virtual type#19969 CreateEncryptor(type#12860 rgbKey, type#12860 rgbIV) { }
	// RVA: -1
	public virtual type#19969 CreateDecryptor(type#12860 rgbKey, type#12860 rgbIV) { }
	// RVA: -1
	public virtual type#28660 GenerateKey() { }
	// RVA: -1
	public virtual type#28660 GenerateIV() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
