Class ArchiveEntryEncrypted

Class ArchiveEntryEncrypted

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

アーカイブ内の単一ファイルを表します。

public sealed class ArchiveEntryEncrypted : ArchiveEntry, IArchiveFileEntry

継承

objectArchiveEntryArchiveEntryEncrypted

実装

IArchiveFileEntry

継承メンバー

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

備考

Aspose.Zip.ArchiveEntry のインスタンスを Aspose.Zip.ArchiveEntryEncrypted にキャストして、エントリが暗号化されているかどうかを確認します。

プロパティ

EncryptionSettings

暗号化または復号化の設定を取得します。

public EncryptionSettings EncryptionSettings { get; }

プロパティ値

EncryptionSettings

 日本語