SevenZipEncryptionSettings

SevenZipEncryptionSettings class

Base class for settings for several 7z encryption methods.

public abstract class SevenZipEncryptionSettings

Properties

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

Remarks

The AES-256 is the only possible encryption method for 7z archive. So the SevenZipAESEncryptionSettings is the only implementation.

See Also