// Assembly: mscorlib
// Full name: System.Security.SecurityElement

namespace System.Security
{
public class SecurityElement // TypeDefIndex: 3991
{
	// Fields
	type#26577 text;
	type#26577 tag;
	type#14449 attributes;
	type#14449 children;
	type#12909 invalid_tag_chars;
	type#12909 invalid_text_chars;
	type#12909 invalid_attr_name_chars;
	type#12909 invalid_attr_value_chars;
	type#12909 invalid_chars;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26576 tag) { }
	// RVA: -1
	public type#28660 .ctor(type#26576 tag, type#26576 text) { }
	// RVA: -1
	public type#14448 get_Children() { }
	// RVA: -1
	public type#26576 get_Tag() { }
	// RVA: -1
	public type#28660 set_Text(type#26576 value) { }
	// RVA: -1
	public type#28660 AddAttribute(type#26576 name, type#26576 value) { }
	// RVA: -1
	public type#28660 AddChild(type#25763 child) { }
	// RVA: -1
	public static type#26576 Escape(type#26576 str) { }
	// RVA: -1
	private static type#26576 Unescape(type#26576 str) { }
	// RVA: -1
	public static type#15313 IsValidAttributeName(type#26576 name) { }
	// RVA: -1
	public static type#15313 IsValidAttributeValue(type#26576 value) { }
	// RVA: -1
	public static type#15313 IsValidTag(type#26576 tag) { }
	// RVA: -1
	public static type#15313 IsValidText(type#26576 text) { }
	// RVA: -1
	public type#25763 SearchForChildByTag(type#26576 tag) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	private type#28660 ToXml(type#12130 s, type#20867 level) { }
	// RVA: -1
	internal type#33545 GetAttribute(type#26576 name) { }
	// RVA: -1
	internal type#28660 set_m_strText(type#26576 value) { }
	// RVA: -1
	internal type#26576 SearchForTextOfLocalName(type#26576 strLocalName) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
