Class ArchiveEntryEncrypted
Class ArchiveEntryEncrypted
Namespace: Aspose.Zip
Assembly: Aspose.Zip.dll (25.1.0)
表示压缩文件中的单个文件。
public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry
继承
object ← ArchiveEntry ← ArchiveEntryEncrypted
实现
继承成员
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()
备注
将 Aspose.Zip.ArchiveEntry 实例转换为 Aspose.Zip.ArchiveEntryEncrypted 以确定条目是否加密。
属性
EncryptionSettings
获取加密或解密的设置。
public EncryptionSettings EncryptionSettings { get; }