Class AesEcryptionSettings
AesEcryptionSettings class
Settings for AES encryption and decryption algorithms within a ZIP archive.
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. |
See Also