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

namespace System.Security.Cryptography
{
public class RSACryptoServiceProvider // TypeDefIndex: 4064
{
	// Fields
	type#16605 s_UseMachineKeyStore;
	type#21575 store;
	type#15314 persistKey;
	type#15314 persisted;
	type#15314 privateKeyExportable;
	type#15314 m_disposed;
	type#24907 rsa;

	// Methods
	// RVA: -1
	public static type#15313 get_UseMachineKeyStore() { }
	// RVA: -1
	public virtual type#12860 Encrypt(type#12860 data, type#24900 padding) { }
	// RVA: -1
	private static type#18121 PaddingModeNotSupported() { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#16602 parameters) { }
	// RVA: -1
	public type#28660 .ctor(type#20867 dwKeySize) { }
	// RVA: -1
	public type#28660 .ctor(type#20867 dwKeySize, type#16602 parameters) { }
	// RVA: -1
	private type#28660 Common(type#20867 dwKeySize, type#15313 parameters) { }
	// RVA: -1
	private type#28660 Common(type#16602 p) { }
	// RVA: -1
	protected virtual type#28660 Finalize() { }
	// RVA: -1
	public virtual type#20867 get_KeySize() { }
	// RVA: -1
	public type#15313 get_PublicOnly() { }
	// RVA: -1
	public type#12860 Encrypt(type#12860 rgb, type#15313 fOAEP) { }
	// RVA: -1
	public virtual type#12860 EncryptValue(type#12860 rgb) { }
	// RVA: -1
	public virtual type#24917 ExportParameters(type#15313 includePrivateParameters) { }
	// RVA: -1
	public virtual type#28660 ImportParameters(type#24917 parameters) { }
	// RVA: -1
	private type#26576 GetHashNameFromOID(type#26576 oid) { }
	// RVA: -1
	public type#15313 VerifyHash(type#12860 rgbHash, type#26576 str, type#12860 rgbSignature) { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	private type#28660 OnKeyGenerated(type#23705 sender, type#17958 e) { }
}
}
