SecurityManager.LoadPolicyLevelFromString Method
.NET Framework 4
Note: This API is now obsolete.
Loads a PolicyLevel from the specified string.
Assembly: mscorlib (in mscorlib.dll)
[ObsoleteAttribute("This method is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")] [SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.ControlPolicy)] public static PolicyLevel LoadPolicyLevelFromString( string str, PolicyLevelType type )
Parameters
- str
- Type: System.String
The XML representation of a security policy level in the same form in which it appears in a configuration file.
- type
- Type: System.Security.PolicyLevelType
One of the enumeration values that specifies the type of the policy level to be loaded.
| Exception | Condition |
|---|---|
| ArgumentNullException |
The str parameter is null. |
| ArgumentException |
The str parameter is not valid. |
| SecurityException |
The code that calls this method does not have SecurityPermissionFlag.ControlPolicy. |
-
SecurityPermission
for the ability to view and modify policy. Associated enumeration: SecurityPermissionFlag.ControlPolicy
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.