PolicyLevel::FromXml Method (SecurityElement^)
.NET Framework (current version)
Reconstructs a security object with a given state from an XML encoding.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- e
-
Type:
System.Security::SecurityElement^
The XML encoding to use to reconstruct the security object.
| Exception | Condition |
|---|---|
| ArgumentNullException | The e parameter is null. |
| ArgumentException | The SecurityElement specified by the e parameter is invalid. |
.NET Framework
Available since 1.1
Available since 1.1
Show: