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, String)

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

Parameters

tag
String tag name of XML element
text
[To be supplied.]

Remarks

If text==NULL this constructor produces an element identicalto the SecurityElement (tag) constructor.

See Also

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