PolicyLevel.Recover Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
void Recover();
public void Recover ();
member this.Recover : unit -> unit
Public Sub Recover ()
Exceptions
The policy level does not have a valid configuration file.
Remarks
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)).