This method deletes protection information from a file or from the registry.

[Visual Basic] Public Function DeleteRegistry As Boolean
[C#] public bool DeleteRegistry();

Return Value

Returns true if successfull, otherwise returns false.

Explanation

The DeleteRegistry method deletes protection information from a file or from the registry.

IMPORTANT: After using the DeleteRegistry method to delete protection information, be sure not to execute the Finish method because it will once again save the protection information to file or to the registry.

 

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect