ConfigurationPermission::FromXml Method (SecurityElement^)
.NET Framework (current version)
Reads the value of the permission state from XML.
Assembly: System.Configuration (in System.Configuration.dll)
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
Available since 2.0
Show: