SevenZipAESEncryptionSettings

SevenZipAESEncryptionSettings class

Settings for AES encryption or decryption algorithm.

The SevenZipAESEncryptionSettings type exposes the following members:

Constructors

NameDescription
SevenZipAESEncryptionSettings(password)Initializes a new instance of the SevenZipAESEncryptionSettings class
SevenZipAESEncryptionSettings(cipher)Initializes a new instance of the SevenZipAESEncryptionSettings class

Properties

NameDescription
passwordGets or sets password for encryption or decryption.
encrypt_headerGets or sets a value indicating header encryption.

See Also