SecurityElement Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| AddAttribute | Adds a name/value attribute to an XML element. |
| AddChild | Adds a child element to the XML element. |
| Attribute | Finds an attribute by name in an XML element. |
| Copy | Creates and returns an identical copy of the current SecurityElement object. |
| Equal | Compares two XML element objects for equality. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| Escape | Replaces invalid XML characters in a string with their valid XML equivalent. |
| FromString | Creates a security element from an XML-encoded string. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| IsValidAttributeName | Determines whether a string is a valid attribute name. |
| IsValidAttributeValue | Determines whether a string is a valid attribute value. |
| IsValidTag | Determines whether a string is a valid tag. |
| IsValidText | Determines whether a string is valid as text within an XML element. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| SearchForChildByTag | Finds a child by its tag name. |
| SearchForTextOfTag | Finds a child by its tag name and returns the contained text. |
| ToString | Overridden. Produces a string representation of an XML element and its constituent attributes, child elements, and text. |