Xceed Real-Time Zip for .NET Documentation
EncryptionMethod Enumeration


Xceed.Zip Assembly > Xceed.Zip Namespace : EncryptionMethod Enumeration
Encryption method to use to encrypt a file when an encryption password is provided, or encryption method detected when reading an encrypted file.
Syntax
'Declaration
 
Public Enum EncryptionMethod 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As EncryptionMethod
Members
MemberDescription
CompatibleThe traditional ZIP encryption. This is a weak encryption method.
WinZipAesThe WinZip AES encryption method. This is a strong encryption method.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Zip.EncryptionMethod

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Zip Namespace

Creating secure passwords

Strong passwords: How to create and use them
Create secure password or login