Class SevenZipLoadOptions

SevenZipLoadOptions class

Options with which SevenZipArchive is loaded from a compressed file.

public class SevenZipLoadOptions

Constructors

NameDescription
SevenZipLoadOptions()The default constructor.

Properties

NameDescription
CancellationToken { get; set; }Gets or sets a cancellation token used to cancel the extraction operation.
DecryptionPassword { get; set; }Gets or sets the password to decrypt entries and entry names.

See Also