AddAttribute | Adds an attribute to the set of attributes for this SecurityElement. |
AddChild | Adds a new child to the SecurityElement. |
Copy | Returns a copy of the SecurityElement object. |
Equals | This function determines if the value passed in is the same as the current object instance. Meaning, are the Value and this object the same object in memory. |
GetAttribute | Searches for the specified attribute and returns the value or an empty string. |
GetHashCode | Returns a psuedo-unique number used to help identify this object in memory. The current method is to return the value obtained from ObjPtr. If a different method needs to be impelmented then change the method here in this function. |
SearchForChildByTag | Searches for a child element by tag name. |
SearchForTextOfTag | Searches for the text of a child with the specified tag name. |
ToString | Returns a string representation of this object instance. The default method simply returns the application name and class name in which this class resides. |