Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

EncryptionType Enum

Lists the available encryption types.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public enum EncryptionType

Members

Name Description
None

Do not use encryption.

PkZip

Use the PKZIP encryption algorithm.

Aes128

Use the Advanced Encryption Standard (AES) cryptographic with keys that are 128 bits long.

Aes192

Use the Advanced Encryption Standard (AES) cryptographic with keys that are 192 bits long.

Aes256

Use the Advanced Encryption Standard (AES) cryptographic with keys that are 256 bits long.

Remarks

Use the ZipItem.EncryptionType to set the required encryption for the ZipItem.

See Also