The properties of the SecurityElement class are listed below. For a complete list of SecurityElement class members, see the SecurityElement Members topic.
Attributes | A dictionary object holds the attributes of an XML element as key/value pairs. |
Children | Array of child elements of the XML element. |
Tag | Tag properties represents the tag name of an XML element. For instance, "tag" in XML:
<tag attributes...>text.....</tag> |
Text | Represents the text within an XML element. |