SecurityPermission::FromXml Method (SecurityElement^)
.NET Framework (current version)
Reconstructs a permission with a specified state from an XML encoding.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- esd
-
Type:
System.Security::SecurityElement^
The XML encoding to use to reconstruct the permission.
| Exception | Condition |
|---|---|
| ArgumentNullException | The esd parameter is null. |
| ArgumentException | The esd parameter is not a valid permission element. -or- The esd parameter's version number is not supported. |
.NET Framework
Available since 1.1
Available since 1.1
Show: