Class SevenZipEncryptionSettings
SevenZipEncryptionSettings class
Base class for settings for several 7z encryption methods.
public abstract class SevenZipEncryptionSettings
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. |
Remarks
The AES-256 is the only possible encryption method for 7z archive. So the SevenZipAESEncryptionSettings
is the only implementation.
See Also
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip