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

namespace System.Security.Cryptography
{
public class DESCryptoServiceProvider // TypeDefIndex: 4034
{

	// 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() { }
}
}
