Enum ZipEncryptionMethod
Zip encryption method enum.
Namespace: SharpSevenZip
Assembly: SharpSevenZip.dll
Syntax
public enum ZipEncryptionMethod
Fields
Name | Description |
---|---|
Aes128 | AES 128 bit encryption method. |
Aes192 | AES 192 bit encryption method. |
Aes256 | AES 256 bit encryption method. |
ZipCrypto | ZipCrypto encryption method. |