Class AesEcryptionSettings
AesEcryptionSettings class
Settings for AES encryption or decryption algorithm.
public class AesEcryptionSettings : EncryptionSettings
Constructors
Name | Description |
---|---|
AesEcryptionSettings(EncryptionMethod) | Initializes a new instance of the AesEcryptionSettings class without a password. |
AesEcryptionSettings(string, EncryptionMethod) | Initializes a new instance of the AesEcryptionSettings class. |
Properties
Name | Description |
---|---|
Method { get; } | Gets the encryption algorithm. |
Password { get; set; } | Gets or sets password for encryption or decryption. |
Remarks
See more at https://www.winzip.com/win/en/aes_info.html
See Also
- class EncryptionSettings
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip