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

namespace System.Security.Cryptography
{
public class RSA // TypeDefIndex: 4063
{

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public static type#24895 Create() { }
	// RVA: -1
	public virtual type#12860 Encrypt(type#12860 data, type#24900 padding) { }
	// RVA: -1
	private static type#18121 DerivedClassMustOverride() { }
	// RVA: -1
	public virtual type#12860 EncryptValue(type#12860 rgb) { }
	// RVA: -1
	public virtual type#28660 FromXmlString(type#26576 xmlString) { }
	// RVA: -1
	public virtual type#26576 ToXmlString(type#15313 includePrivateParameters) { }
	// RVA: -1
	public abstract type#24917 ExportParameters(type#15313 includePrivateParameters) { }
	// RVA: -1
	public abstract type#28660 ImportParameters(type#24917 parameters) { }
}
}
