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

[To be supplied.]

Overload List

Creates an element corresponding to <tag>

[Visual Basic] Overloads Public Sub New(String)
[C#] public SecurityElement(String);
[C++] public: SecurityElement(String*);
[JScript] public function SecurityElement(String);

Creates an element corresponding to the XML form:

<tag>text</tag>

[Visual Basic] Overloads Public Sub New(String, String)
[C#] public SecurityElement(String, String);
[C++] public: SecurityElement(String*, String*);
[JScript] public function SecurityElement(String, String);

See Also

SecurityElement Class | SecurityElement Members | System.Security Namespace