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

namespace System.Security.Cryptography
{
public class DSASignatureDeformatter // TypeDefIndex: 4037
{
	// Fields
	type#16868 _dsaKey;
	type#26577 _oid;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#14545 key) { }
	// RVA: -1
	public virtual type#28660 SetKey(type#14545 key) { }
	// RVA: -1
	public virtual type#28660 SetHashAlgorithm(type#26576 strName) { }
	// RVA: -1
	public virtual type#15313 VerifySignature(type#12860 rgbHash, type#12860 rgbSignature) { }
}
}
