Class ArchiveEntryEncrypted
Namespace: Aspose.Zip
Assembly: Aspose.Zip.dll (25.1.0)
Reprezentuje jednotlivý soubor v archivu.
public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry
Dědičnost
object ← ArchiveEntry ← ArchiveEntryEncrypted
Implementuje
Děděné členy
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()
Poznámky
Převeďte instanci Aspose.Zip.ArchiveEntry na Aspose.Zip.ArchiveEntryEncrypted, abyste zjistili, zda je položka zašifrovaná nebo ne.
Vlastnosti
EncryptionSettings
Získá nastavení pro šifrování nebo dešifrování.
public EncryptionSettings EncryptionSettings { get; }