AspNetHostingPermission::FromXml Method (SecurityElement^)

 

Reconstructs a permission object with a specified state from an XML encoding.

Namespace:   System.Web
Assembly:  System (in System.dll)

public:
virtual void FromXml(
	SecurityElement^ securityElement
) override

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

The Tag property of securityElement is not equal to "IPermission".

- or-

The class Attribute of securityElement is null or an empty string ("").

For details about formatting the XML representation of permission object state, see Implementing a Custom Permission.

.NET Framework
Available since 1.1
Return to top
Show: