SevenZipAESEncryptionSettings

SevenZipAESEncryptionSettings class

Settings for AES encryption or decryption algorithm.

public class SevenZipAESEncryptionSettings : SevenZipEncryptionSettings

Constructors

NameDescription
SevenZipAESEncryptionSettings(SevenZipCipher)Initializes a new instance of the SevenZipAESEncryptionSettings class with external cipher.
SevenZipAESEncryptionSettings(string)Initializes a new instance of the SevenZipAESEncryptionSettings class.

Properties

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

See Also