Creates an element corresponding to the XML form:
<tag>text</tag>
[Visual Basic] Overloads Public Sub New( _ ByVal tag As String, _ ByVal text As String _ ) [C#] public SecurityElement( string tag, string text ); [C++] public: SecurityElement( String* tag, String* text ); [JScript] public function SecurityElement( tag : String, text : String );
If text==NULL this constructor produces an element identicalto the SecurityElement (tag) constructor.
SecurityElement Class | SecurityElement Members | System.Security Namespace | SecurityElement Constructor Overload List