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

namespace System.Security.Cryptography
{
public class SignatureDescription // TypeDefIndex: 4075
{
	// Fields
	type#26577 _strKey;
	type#26577 _strDigest;
	type#26577 _strFormatter;
	type#26577 _strDeformatter;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 set_KeyAlgorithm(type#26576 value) { }
	// RVA: -1
	public type#28660 set_DigestAlgorithm(type#26576 value) { }
	// RVA: -1
	public type#28660 set_FormatterAlgorithm(type#26576 value) { }
	// RVA: -1
	public type#28660 set_DeformatterAlgorithm(type#26576 value) { }
}
}
