Class ArchiveEntryEncrypted
Namespace: Aspose.Zip
Assembly: Aspose.Zip.dll (25.2.0)
Represents single file within archive.
public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry
Inheritance
object ← ArchiveEntry ← ArchiveEntryEncrypted
Implements
Inherited Members
ArchiveEntry.Open(string), ArchiveEntry.Extract(string, string), ArchiveEntry.Extract(Stream, string), ArchiveEntry.CompressedSize, ArchiveEntry.Name, ArchiveEntry.Comment, ArchiveEntry.UncompressedSize, ArchiveEntry.ModificationTime, ArchiveEntry.IsDirectory, ArchiveEntry.DataSource, ArchiveEntry.CompressionSettings, ArchiveEntry.CompressionProgressed, ArchiveEntry.ExtractionProgressed, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Remarks
Cast an Aspose.Zip.ArchiveEntry instance to Aspose.Zip.ArchiveEntryEncrypted to determine whether the entry encrypted or not.
Properties
EncryptionSettings
Gets settings for encryption or decryption.
public EncryptionSettings EncryptionSettings { get; }