AspNetHostingPermission::FromXml Method
Reconstructs a permission object with a specified state from an XML encoding.
Assembly: System (in System.dll)
Parameters
- securityElement
- Type: System.Security::SecurityElement
The SecurityElement containing the XML encoding to use to reconstruct the permission object.
Implements
ISecurityEncodable::FromXml(SecurityElement)| Exception | Condition |
|---|---|
| ArgumentNullException | securityElement is nullptr. |
| ArgumentException | The Tag property of securityElement is not equal to "IPermission". - or- The class Attribute of securityElement is nullptr or an empty string (""). |
For details about formatting the XML representation of permission object state, see Implementing a Custom Permission.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.