Class ArchiveEntryEncrypted

Class ArchiveEntryEncrypted

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

Representa um único arquivo dentro do arquivo compactado.

public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry

Herança

objectArchiveEntryArchiveEntryEncrypted

Implementa

IArchiveFileEntry

Membros Herdados

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

Observações

Converta uma instância de Aspose.Zip.ArchiveEntry para Aspose.Zip.ArchiveEntryEncrypted para determinar se a entrada está criptografada ou não.

Propriedades

EncryptionSettings

Obtém as configurações para criptografia ou descriptografia.

public EncryptionSettings EncryptionSettings { get; }

Valor da Propriedade

EncryptionSettings

 Português