Class ArchiveEntryEncrypted

Class ArchiveEntryEncrypted

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

Rappresenta un singolo file all’interno dell’archivio.

public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry

Ereditarietà

objectArchiveEntryArchiveEntryEncrypted

Implementa

IArchiveFileEntry

Membri Ereditati

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

Osservazioni

Effettua un cast di un’istanza di Aspose.Zip.ArchiveEntry in Aspose.Zip.ArchiveEntryEncrypted per determinare se l’elemento è crittografato o meno.

Proprietà

EncryptionSettings

Ottiene le impostazioni per la crittografia o la decrittografia.

public EncryptionSettings EncryptionSettings { get; }

Valore della Proprietà

EncryptionSettings

 Italiano