EncryptionType Enum
Lists the available encryption types.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
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