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

namespace System.Security.Cryptography
{
public class DSA // TypeDefIndex: 4036
{

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public static type#16867 Create() { }
	// RVA: -1
	public abstract type#15313 VerifySignature(type#12860 rgbHash, type#12860 rgbSignature) { }
	// 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#16872 ExportParameters(type#15313 includePrivateParameters) { }
	// RVA: -1
	public abstract type#28660 ImportParameters(type#16872 parameters) { }
}
}
