// Assembly: mscorlib
// Full name: System.Security.Claims.Claim

namespace System.Security.Claims
{
public class Claim // TypeDefIndex: 4109
{
	// Fields
	type#26577 m_issuer;
	type#26577 m_originalIssuer;
	type#26577 m_type;
	type#26577 m_value;
	type#26577 m_valueType;
	type#12872 m_userSerializationData;
	type#4801 m_properties;
	type#23718 m_propertyLock;
	type#15952 m_subject;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26576 type, type#26576 value, type#26576 valueType, type#26576 issuer, type#26576 originalIssuer, type#15949 subject) { }
	// RVA: -1
	internal type#28660 .ctor(type#26576 type, type#26576 value, type#26576 valueType, type#26576 issuer, type#26576 originalIssuer, type#15949 subject, type#26576 propertyKey, type#26576 propertyValue) { }
	// RVA: -1
	protected type#28660 .ctor(type#15943 other, type#15949 subject) { }
	// RVA: -1
	private type#28660 OnDeserializedMethod(type#26566 context) { }
	// RVA: -1
	public type#6401 get_Properties() { }
	// RVA: -1
	public type#15949 get_Subject() { }
	// RVA: -1
	internal type#28660 set_Subject(type#15949 value) { }
	// RVA: -1
	public type#26576 get_Type() { }
	// RVA: -1
	public type#26576 get_Value() { }
	// RVA: -1
	public virtual type#15943 Clone(type#15949 identity) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
