Class ArchiveInstanceInfo
ArchiveInstanceInfo class
Represents information about the archive instance.
public sealed class ArchiveInstanceInfo
Properties
Name | Description |
---|---|
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
Name | Description |
---|---|
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
- namespace Aspose.Zip.ArchiveInfo
- assembly Aspose.Zip