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

namespace System.Security.Cryptography
{
public class TripleDESCryptoServiceProvider // TypeDefIndex: 4084
{

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// 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() { }
}
}
