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 name | Description | |
---|---|---|
![]() | UsePassword |
Use the specified password and continue processing the file; or throw exception if no password was specified.
|
![]() | SkipFile |
Skip the file and continue.
|
![]() | Cancel |
Cancel whole operation by throwing a Cancel exception.
|