ArchiveInstanceInfo

ArchiveInstanceInfo class

Represents information about the archive instance.

public sealed class ArchiveInstanceInfo

Properties

NameDescription
AreFileNamesEncrypted { get; }Gets a value indicating whether names of entries (files) of the archive are encrypted.
FormatInfo { get; }Gets the archive format info.
IsContentEncrypted { get; }Gets a value indicating whether content of the archive is encrypted.

Methods

NameDescription
static GetArchiveInstanceInfo(Stream)Gets archive instance info.
static GetArchiveInstanceInfo(string)Gets archive instance info.
static GetArchiveFormatInfo(Stream)Gets archive format info.
static GetArchiveFormatInfo(string)Gets archive format info.

See Also