SecurityManager.LoadPolicyLevelFromString Method
Note: This API is now obsolete.
Loads a PolicyLevel from the specified string.
Namespace: System.Security
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.