PermissionSet::FromXml Method (SecurityElement^)
.NET Framework (current version)
Reconstructs a security object with a specified state from an XML encoding.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- et
-
Type:
System.Security::SecurityElement^
The XML encoding to use to reconstruct the security object.
| Exception | Condition |
|---|---|
| ArgumentNullException | The et parameter is null. |
| ArgumentException | The et parameter is not a valid permission element. -or- The et parameter's version number is not supported. |
The following code example shows the use of the FromXml method. This code example is part of a larger example provided for the PermissionSet class.
.NET Framework
Available since 1.1
Available since 1.1
Show: