Discuss this help topic in SecureBlackbox Forum
This event is fired when the password for decryption is required.
Declaration
Parameters
- Param - reference to the object which contains additional information about the archive entry.
- Password - password to the archive.
- Cancel - set this parameter to True if the password request should not be repeated.
- pcPassword - password to the archive.
- szPassword - the length of pcPassword.
Description
This event is fired by TElZipReader when it requires a password to decrypt the archive.
If the
Cancel parameter is set to
True,
the request will de made only once.
Discuss this help topic in SecureBlackbox Forum