Class AesEcryptionSettings

AesEcryptionSettings class

Settings for AES encryption and decryption algorithms within a ZIP archive.

public class AesEcryptionSettings : EncryptionSettings

Constructors

NameDescription
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

NameDescription
Method { get; }Gets the encryption algorithm.
Password { get; set; }Gets or sets password for encryption or decryption.

See Also