officefileapi-devexpress-dot-compression-b1bc3767.md
Lists the available encryption types.
Namespace : DevExpress.Compression
Assembly : DevExpress.Docs.v25.2.dll
NuGet Package : DevExpress.Document.Processor
public enum EncryptionType
Public Enum EncryptionType
| 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.
|
The following properties accept/return EncryptionType values:
Use the ZipItem.EncryptionType to set the required encryption for the ZipItem.
See Also