Class ArchiveEntryEncrypted

Class ArchiveEntryEncrypted

Nome do espaço: Aspose.Zip Assembleia: Aspose.Zip.dll (25.5.0)

Representa um único arquivo dentro do arquivo.

public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry

Inheritance

object ArchiveEntry ArchiveEntryEncrypted

Implements

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

Remarks

Coloque uma instância Aspose.Zip.ArchiveEntry em Aspose.Zip.ArchiveEntryEncrypted para determinar se a entrada é criptografada ou não.

Properties

EncryptionSettings

Obtenha configurações para criptografia ou descriptografia.

public EncryptionSettings EncryptionSettings { get; }

Valor da propriedade

EncryptionSettings

 Português