Class SevenZipEncryptionSettings
Class SevenZipEncryptionSettings
名称: Aspose.Zip.Saving 組み合わせ: Aspose.Zip.dll (25.5.0)
いくつかの7z暗号化方法の設定のためのベースクラス。
public abstract class SevenZipEncryptionSettings
Inheritance
object ← SevenZipEncryptionSettings
Derived
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Remarks
AES-256は7zアーカイブのための唯一の可能な暗号化方法ですので、Aspose.Zip.Saving.SevenZipAESEncryptionSettingsは唯一の実装です。
Constructors
SevenZipEncryptionSettings(ストレッチ)
Aspose.Zip.Saving.SevenZipEncryptionSettingsクラスの新しい例を開始します。
protected SevenZipEncryptionSettings(string password)
Parameters
password
string
暗号化または暗号化のためのパスワード
SevenZipEncryptionSettings()
Aspose.Zip.Saving.SevenZipEncryptionSettingsクラスの新しい例を開始します。
protected SevenZipEncryptionSettings()
Properties
EncryptHeader
ヘッダー暗号化を示す値を取得または設定します。
public bool EncryptHeader { get; set; }
不動産価値
Remarks
この設定は 7-Zip ツールの「-mhe=on」スイッチに等しい。
Password
暗号化または暗号化のためのパスワードを取得または設定します。
public string Password { get; set; }