Class ArchiveEntryEncrypted

Class ArchiveEntryEncrypted

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

Representa un archivo único dentro del archivo comprimido.

public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry

Herencia

objectArchiveEntryArchiveEntryEncrypted

Implementa

IArchiveFileEntry

Miembros heredados

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

Observaciones

Convierte una instancia de Aspose.Zip.ArchiveEntry a Aspose.Zip.ArchiveEntryEncrypted para determinar si la entrada está cifrada o no.

Propiedades

EncryptionSettings

Obtiene la configuración para cifrado o descifrado.

public EncryptionSettings EncryptionSettings { get; }

Valor de la propiedad

EncryptionSettings

 Español