Specifies the encryption algorithm used to encrypt data.

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

Syntax

Visual Basic
Public Enumeration EncryptionAlgorithm
C#
public enum EncryptionAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
No encryption.
Supported by the .NET Compact FrameworkUnknown
Unknown encryption algorithm.
Supported by the .NET Compact FrameworkAes128
AES 128 bit encryption.
Supported by the .NET Compact FrameworkAes192
AES 192 bit encryption.
Supported by the .NET Compact FrameworkAes256
AES 256 bit encryption.
Supported by the .NET Compact FrameworkZip20
Traditional PKWARE encryption. Please note that this algorithm is considered weak by today's standards.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also