SecurityManager::LoadPolicyLevelFromFile Method (String^, PolicyLevelType)
Loads a PolicyLevel from the specified file.
Assembly: mscorlib (in mscorlib.dll)
public: [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)] static PolicyLevel^ LoadPolicyLevelFromFile( String^ path, PolicyLevelType type )
Parameters
- path
-
Type:
System::String^
The physical file path to a file containing the security policy information.
- 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 path parameter is null. |
| ArgumentException | The file indicated by the path parameter does not exist. |
| SecurityException | The code that calls this method does not have SecurityPermissionFlag::ControlPolicy. -or- The code that calls this method does not have FileIOPermissionAccess::Read. -or- The code that calls this method does not have FileIOPermissionAccess::Write. -or- The code that calls this method does not have FileIOPermissionAccess::PathDiscovery. |
| NotSupportedException | This method uses code access security (CAS) policy, which is obsolete in the .NET Framework 4. To enable CAS policy for compatibility with earlier versions of the .NET Framework, use the <legacyCasPolicy> element. |
for the ability to view and modify policy. Associated enumeration: SecurityPermissionFlag::ControlPolicy
for reading and writing files. Associated enumerations: FileIOPermissionAccess::Read, FileIOPermissionAccess::Write, FileIOPermissionAccess::PathDiscovery
Available since 1.1