PolicyLevel::Recover Method ()
.NET Framework (current version)
Replaces the configuration file for this PolicyLevel with the last backup (reflecting the state of policy prior to the last time it was saved) and returns it to the state of the last save.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| PolicyException | The policy level does not have a valid configuration file. |
This method does not make modifications to the current PolicyLevel. Instead, it updates the PolicyLevel object's file and the PolicyLevel that the security system uses to evaluate policy.
This method is used by the caspol -recover option (see Caspol.exe (Code Access Security Policy Tool)).
.NET Framework
Available since 1.1
Available since 1.1
Show: