Class ArchiveEntryEncrypted
Nombre del espacio: Aspose.Zip Asamblea: Aspose.Zip.dll (25.5.0)
Representa un solo archivo dentro del archivo.
public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry
Inheritance
object ← ArchiveEntry ← ArchiveEntryEncrypted
Implements
Miembros heredados
ArchiveEntry.Open(string) ,y, ArchiveEntry.Extract(string, string) ,y, ArchiveEntry.Extract(Stream, string) ,y, ArchiveEntry.CompressedSize ,y, ArchiveEntry.Name ,y, ArchiveEntry.Comment ,y, ArchiveEntry.UncompressedSize ,y, ArchiveEntry.ModificationTime ,y, ArchiveEntry.IsDirectory ,y, ArchiveEntry.DataSource ,y, ArchiveEntry.CompressionSettings ,y, ArchiveEntry.CompressionProgressed ,y, ArchiveEntry.ExtractionProgressed ,y, object.GetType() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Remarks
Toma una instancia Aspose.Zip.ArchiveEntry en Aspose.Zip.ArchiveEntryEncrypted para determinar si la entrada está cifrada o no.
Properties
EncryptionSettings
Obtendrá configuraciones para cifrado o descifrado.
public EncryptionSettings EncryptionSettings { get; }