Type Summary

						CF
						public sealed class SecurityElement
 {
   // Properties
MS CF
						public Hashtable Attributes { set; get; }
MS CF
						public ArrayList Children { set; get; }
MS CF
						public string Tag { set; get; }
MS CF
						public string Text { set; get; }

   // Methods
MS CF
						public void AddAttribute (string name, string value);
MS CF
						public void AddChild (SecurityElement child);
MS CF
						public string Attribute (string name);
MS CF
						public bool Equal (SecurityElement other);
MS CF
						public static string Escape (string str);
MS CF
						public static bool IsValidAttributeName (string name);
MS CF
						public static bool IsValidAttributeValue (string value);
MS CF
						public static bool IsValidTag (string tag);
MS CF
						public static bool IsValidText (string text);
MS CF
						public string

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.