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

namespace System.Security.Cryptography
{
public class RijndaelManaged // TypeDefIndex: 4057
{

	// 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() { }
	// RVA: -1
	private type#19969 NewEncryptor(type#12860 rgbKey, type#15935 mode, type#12860 rgbIV, type#20867 feedbackSize, type#25420 encryptMode) { }
}
}
