Specifies the action to perform when the PasswordRequired event was fired.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration ArchivePasswordActions
C#
[FlagsAttribute]
public enum ArchivePasswordActions

Members

Member nameDescription
Supported by the .NET Compact FrameworkUsePassword
Use the specified password and continue processing the file; or throw exception if no password was specified.
Supported by the .NET Compact FrameworkSkipFile
Skip the file and continue.
Supported by the .NET Compact FrameworkCancel
Cancel whole operation by throwing a Cancel exception.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also