Class ArchiveEntryEncrypted

Class ArchiveEntryEncrypted

Namn på plats: Aspose.Zip Sammanfattning: Aspose.Zip.dll (25.5.0)

Representerar en enda fil inom arkivet.

public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry

Inheritance

object ArchiveEntry ArchiveEntryEncrypted

Implements

IArchiveFileEntry

Arvsmedlemmar

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

Ange en Aspose.Zip.ArchiveEntry instans till Aspose.Zip.ArchiveEntryKrypterad för att avgöra om inmatningen är krypterad eller inte.

Properties

EncryptionSettings

Få inställningar för kryptering eller dekryptering.

public EncryptionSettings EncryptionSettings { get; }

Fastighetsvärde

EncryptionSettings

 Svenska