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

namespace System.Security.Cryptography
{
public class AsymmetricAlgorithm // TypeDefIndex: 4021
{
	// Fields
	type#20870 KeySizeValue;
	type#13201 LegalKeySizesValue;

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	public type#28660 Clear() { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	public virtual type#20867 get_KeySize() { }
	// RVA: -1
	public virtual type#28660 set_KeySize(type#20867 value) { }
	// RVA: -1
	public virtual type#28660 FromXmlString(type#26576 xmlString) { }
	// RVA: -1
	public virtual type#26576 ToXmlString(type#15313 includePrivateParameters) { }
}
}
