Class ArchiveEntryEncrypted
اسم الفضاء : Aspose.Zip تجميع: Aspose.Zip.dll (25.5.0)
تمثيل ملف واحد داخل الأرشيف.
public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry
Inheritance
object ← ArchiveEntry ← ArchiveEntryEncrypted
Implements
الأعضاء الموروثين
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
قم بإدخال مثال Aspose.Zip.ArchiveEntry إلى Aspose.Zip.ArchiveEntryمشفى لتحديد ما إذا كان الإدخال مشفرًا أم لا.
Properties
EncryptionSettings
يحصل على إعدادات للتشفير أو التشفير.
public EncryptionSettings EncryptionSettings { get; }