Specifies a reason why the PasswordRequired event was fired.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Enumeration ArchivePasswordReason |
C# |
---|
public enum ArchivePasswordReason |
Members
Member name | Description | |
---|---|---|
![]() | PasswordRequired |
Currently extracting file is encrypted.
|
![]() | IncorrectPasswordOrCorruptedData |
Specified password is incorrect or the data is corrupted.
|