Enum ZipEncryptionMethod
The method of encrypting entries when creating zip archives.
Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public enum ZipEncryptionMethod
Fields
| Name | Description |
|---|---|
| AES128 | Encrypt entries with AES 128. |
| AES256 | Encrypt entries with AES 256. |
| None | No encryption will be used. |
| ZipCrypto | Encrypt entries with ZipCrypto. |