Constructors: NewSecurityElement

NewSecurityElement

Creates a new SecurityElement object.



 Public Function NewSecurityElement(
	  ByVal Tag As String,
	  Optional ByVal Text As String ) As SecurityElement

Parameters

Tag
[ByVal] String. The name of the security element.
Text
[ByVal] Optional. String. The text within the element tags.

Return Values

SecurityElement -  A new SecurityElement object.

Remarks

A SecurityElement is a simple version of an XML tag with attributes and text.

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewRSACryptoServiceProvider NewSerializationException SecurityElement