SevenZipEntrySettings

SevenZipEntrySettings constructor

Initializes a new instance of the SevenZipEntrySettings class.

public SevenZipEntrySettings(SevenZipCompressionSettings compressionSettings = null, 
    SevenZipEncryptionSettings encryptionSettings = null)
ParameterTypeDescription
compressionSettingsSevenZipCompressionSettingsSettings for compression. Pass null for default LZMA settings.
encryptionSettingsSevenZipEncryptionSettingsSettings for encryption. Pass null if no need to encrypt or decrypt.

See Also