Creates an XML element description of the named permission set.
[Visual Basic] Overrides Public Function ToXml() As SecurityElement [C#] public override SecurityElement ToXml(); [C++] public: override SecurityElement* ToXml(); [JScript] public override function ToXml() : SecurityElement;
Element representing the state of the named permission set.
Use FromXML() method to recreate the state represented by the returned element.
NamedPermissionSet Class | NamedPermissionSet Members | System.Security Namespace