// Assembly: System.Core
// Full name: System.Security.Cryptography.AesManaged

namespace System.Security.Cryptography
{
public class AesManaged // TypeDefIndex: 9554
{
	// Fields
	type#25417 m_rijndael;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public virtual type#20867 get_FeedbackSize() { }
	// RVA: -1
	public virtual type#12860 get_IV() { }
	// RVA: -1
	public virtual type#28660 set_IV(type#12860 value) { }
	// RVA: -1
	public virtual type#12860 get_Key() { }
	// RVA: -1
	public virtual type#28660 set_Key(type#12860 value) { }
	// RVA: -1
	public virtual type#20867 get_KeySize() { }
	// RVA: -1
	public virtual type#28660 set_KeySize(type#20867 value) { }
	// RVA: -1
	public virtual type#15935 get_Mode() { }
	// RVA: -1
	public virtual type#28660 set_Mode(type#15935 value) { }
	// RVA: -1
	public virtual type#24167 get_Padding() { }
	// RVA: -1
	public virtual type#28660 set_Padding(type#24167 value) { }
	// RVA: -1
	public virtual type#19969 CreateDecryptor() { }
	// RVA: -1
	public virtual type#19969 CreateDecryptor(type#12860 key, type#12860 iv) { }
	// RVA: -1
	public virtual type#19969 CreateEncryptor() { }
	// RVA: -1
	public virtual type#19969 CreateEncryptor(type#12860 key, type#12860 iv) { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	public virtual type#28660 GenerateIV() { }
	// RVA: -1
	public virtual type#28660 GenerateKey() { }
}
}
