Class TraditionalEncryptionSettings
TraditionalEncryptionSettings class
Settings for traditional ZipCrypto algorithm.
public class TraditionalEncryptionSettings : EncryptionSettings
Constructors
| Name | Description |
|---|---|
| TraditionalEncryptionSettings() | Initializes a new instance of the TraditionalEncryptionSettings class without a password. |
| TraditionalEncryptionSettings(string) | Initializes a new instance of the TraditionalEncryptionSettings class. |
| TraditionalEncryptionSettings(string, Encoding) | Initializes a new instance of the TraditionalEncryptionSettings class with user defined encoding. |
Properties
| Name | Description |
|---|---|
| Method { get; } | Gets the encryption algorithm. |
| Password { get; set; } | Gets or sets password for encryption or decryption. |
Remarks
See section 6.0 at ZIP format description: https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
See Also
- class EncryptionSettings
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip