EncryptionMethod
EncryptionMethod enumeration
Encryption/decryption methods can be used with zip archive.
Members
| Member name | Description |
|---|---|
| TRADITIONAL | Traditional PKWARE encryption. |
| AES128 | Advanced Encryption Standard with key length 128 bits. |
| AES192 | Advanced Encryption Standard with key length 192 bits. |
| AES256 | Advanced Encryption Standard with key length 256 bits. |
See Also
- namespace aspose.zip.saving
- assembly Aspose.Zip