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

namespace System.Security.Cryptography
{
public class DSACryptoServiceProvider // TypeDefIndex: 4088
{
	// Fields
	type#21575 store;
	type#15314 persistKey;
	type#15314 persisted;
	type#15314 privateKeyExportable;
	type#15314 m_disposed;
	type#16871 dsa;
	type#15319 useMachineKeyStore;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 dwKeySize) { }
	// RVA: -1
	private type#28660 Common(type#20867 dwKeySize, type#15313 parameters) { }
	// 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 virtual type#16872 ExportParameters(type#15313 includePrivateParameters) { }
	// RVA: -1
	public virtual type#28660 ImportParameters(type#16872 parameters) { }
	// RVA: -1
	public virtual type#15313 VerifySignature(type#12860 rgbHash, 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) { }
}
}
