Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

EncryptionType Enum

Lists the available encryption types.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v19.1.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.

Related API Members

The following properties accept/return EncryptionType values:

Remarks

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

See Also