SevenZipArchiveEntryEncrypted Class

SevanZip entry that needs to be compressed with encryption or decompressed with decryption.
Inheritance Hierarchy
SystemObject
  Aspose.Zip.SevenZipSevenZipArchiveEntry
    Aspose.Zip.SevenZipSevenZipArchiveEntryEncrypted

Namespace:  Aspose.Zip.SevenZip
Assembly:  Aspose.Zip (in Aspose.Zip.dll) Version: 20.3
Syntax
public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry

The SevenZipArchiveEntryEncrypted type exposes the following members.

Properties
  NameDescription
Public propertyCompressedSize
Gets size of compressed file.
(Inherited from SevenZipArchiveEntry.)
Public propertyCompressionSettings
Gets settings for compression or decompression.
(Inherited from SevenZipArchiveEntry.)
Protected propertyFileAttributes
Gets file attributes from host system.
(Inherited from SevenZipArchiveEntry.)
Public propertyIsDirectory
Gets a value indicating whether the entry represents directory.
(Inherited from SevenZipArchiveEntry.)
Public propertyName
Gets name of the entry within archive.
(Inherited from SevenZipArchiveEntry.)
Protected propertySource
Gets the data source stream for the entry.
(Inherited from SevenZipArchiveEntry.)
Public propertyUncompressedSize
Gets size of original file.
(Inherited from SevenZipArchiveEntry.)
Methods
Remarks
Cast an SevenZipArchiveEntry instance to SevenZipArchiveEntryEncrypted to determine whether the entry encrypted or not.
See Also