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

namespace System.Security.Cryptography
{
public class HashAlgorithmName // TypeDefIndex: 4017
{
	// Fields
	type#26586 _name;

	// Methods
	// RVA: -1
	public static type#19480 get_SHA1() { }
	// RVA: -1
	public static type#19480 get_SHA256() { }
	// RVA: -1
	public static type#19480 get_SHA384() { }
	// RVA: -1
	public static type#19480 get_SHA512() { }
	// RVA: -1
	public type#28660 .ctor(type#26576 name) { }
	// RVA: -1
	public type#26576 get_Name() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#19480 other) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public static type#15313 op_Equality(type#19480 left, type#19480 right) { }
}
}
