This documentation is archived and is not being maintained.
AspNetHostingPermission.ToXml Method
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Creates an XML encoding of the security object and its current state.
[Visual Basic] Overrides Public Function ToXml() As SecurityElement Implements _ ISecurityEncodable.ToXml [C#] public override SecurityElement ToXml(); [C++] public: SecurityElement* ToXml(); [JScript] public override function ToXml() : SecurityElement;
Return Value
A SecurityElement containing the XML encoding of the security object, including any state information.
Implements
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
AspNetHostingPermission Class | AspNetHostingPermission Members | System.Web Namespace
Show: