Mono Class Library: Overview

System.Security.SecurityElement: Members

The members of System.Security.SecurityElement are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

AttributesHashtable. Documentation for this section has not yet been entered.
ChildrenArrayList. Documentation for this section has not yet been entered.
Tagstring. Documentation for this section has not yet been entered.
Textstring. Documentation for this section has not yet been entered.

Public Methods

AddAttribute(string, string)
Documentation for this section has not yet been entered.
AddChild(SecurityElement)
Documentation for this section has not yet been entered.
Attribute(string) : string
Documentation for this section has not yet been entered.
Copy() : SecurityElement
Documentation for this section has not yet been entered.
Equal(SecurityElement) : bool
Documentation for this section has not yet been entered.
static
Escape(string) : string
Documentation for this section has not yet been entered.
static
FromString(string) : SecurityElement
Documentation for this section has not yet been entered.
static
IsValidAttributeName(string) : bool
Documentation for this section has not yet been entered.
static
IsValidAttributeValue(string) : bool
Documentation for this section has not yet been entered.
static
IsValidTag(string) : bool
Documentation for this section has not yet been entered.
static
IsValidText(string) : bool
Documentation for this section has not yet been entered.
SearchForChildByTag(string) : SecurityElement
Documentation for this section has not yet been entered.
SearchForTextOfTag(string) : string
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a string representation of the current instance.