AspNetHostingPermission::FromXml Method (SecurityElement^)
.NET Framework (current version)
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | securityElement is null. |
| ArgumentException |
For details about formatting the XML representation of permission object state, see Implementing a Custom Permission.
.NET Framework
Available since 1.1
Available since 1.1
Show: