Class SevenZipAESEncryptionSettings
SevenZipAESEncryptionSettings class
Settings for AES encryption or decryption algorithm.
public class SevenZipAESEncryptionSettings : SevenZipEncryptionSettings
Constructors
Name | Description |
---|---|
SevenZipAESEncryptionSettings(SevenZipCipher) | Initializes a new instance of the SevenZipAESEncryptionSettings class with external cipher. |
SevenZipAESEncryptionSettings(string) | Initializes a new instance of the SevenZipAESEncryptionSettings class. |
Properties
Name | Description |
---|---|
EncryptHeader { get; set; } | Gets or sets a value indicating header encryption. |
Password { get; set; } | Gets or sets password for encryption or decryption. |
See Also
- class SevenZipEncryptionSettings
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip