Back to Devexpress

EncryptionType Enum

officefileapi-devexpress-dot-compression-b1bc3767.md

latest1.6 KB
Original Source

EncryptionType Enum

Lists the available encryption types.

Namespace : DevExpress.Compression

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public enum EncryptionType
vb
Public Enum EncryptionType

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.Compression Namespace