NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SecurityElement Constructor (String)

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
);

Parameters

tag
String tag name of XML element

Remarks

Tag string should consist of a valid XML tag name. The class does not perform rigorous checking for invalid characters.

See Also

SecurityElement Class | SecurityElement Members | System.Security Namespace | SecurityElement Constructor Overload List