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 nameDescription
Supported by the .NET Compact FrameworkPasswordRequired
Currently extracting file is encrypted.
Supported by the .NET Compact FrameworkIncorrectPasswordOrCorruptedData
Specified password is incorrect or the data is corrupted.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also