SecurityElementStatic: FromString

FromString

Creates a SecurityElement from an XML string.



 Public Function FromString(
	  ByRef Xml As String ) As SecurityElement

Parameters

Xml
[ByRef] String. The string to parse into a SecurityElement.

Return Values

SecurityElement -  A SecurityElement representation of the XML string.

See Also

Project CorLib Overview

Class SecurityElementStatic Overview