Creates an element corresponding to <tag>
[Visual Basic] Overloads Public Sub New( _ ByVal tag As String _ ) [C#] public SecurityElement( string tag ); [C++] public: SecurityElement( String* tag ); [JScript] public function SecurityElement( tag : String );
Tag string should consist of a valid XML tag name. The class does not perform rigorous checking for invalid characters.
SecurityElement Class | SecurityElement Members | System.Security Namespace | SecurityElement Constructor Overload List