ConfigurationPermission::FromXml Method (SecurityElement^)

 

Reads the value of the permission state from XML.

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

public:
virtual void FromXml(
	SecurityElement^ securityElement
) override

Parameters

securityElement
Type: System.Security::SecurityElement^

The configuration element from which the permission state is read.

Exception Condition
ArgumentNullException

securityElement is null.

ArgumentException

The Tag for the given securityElement does not equal "IPermission".

ArgumentException

The class attribute of the given securityElement equals null.

ArgumentException

The class attribute of the given securityElement is not the type name for ConfigurationPermission.

ArgumentException

The version attribute for the given securityElement does not equal 1.

ArgumentException

The unrestricted attribute for the given securityElement is neither true nor false.

.NET Framework
Available since 2.0
Return to top
Show: