Class ArchiveEntryEncrypted

Class ArchiveEntryEncrypted

Namespace: Aspose.Zip
Assembly: Aspose.Zip.dll (25.1.0)

Représente un fichier unique dans l’archive.

public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry

Héritage

objectArchiveEntryArchiveEntryEncrypted

Implémente

IArchiveFileEntry

Membres hérités

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()

Remarques

Cast une instance d’Aspose.Zip.ArchiveEntry en Aspose.Zip.ArchiveEntryEncrypted pour déterminer si l’entrée est chiffrée ou non.

Propriétés

EncryptionSettings

Obtient les paramètres pour le chiffrement ou le déchiffrement.

public EncryptionSettings EncryptionSettings { get; }

Valeur de la propriété

EncryptionSettings

 Français