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

namespace System.Security.Cryptography
{
public class RSAPKCS1SignatureDeformatter // TypeDefIndex: 4092
{
	// Fields
	type#24896 rsa;
	type#26577 hashName;

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