Class EncryptionSettings
Class EncryptionSettings
Namespace: Aspose.Zip.Saving
Assembly: Aspose.Zip.dll (25.1.0)
複数のzip暗号化メソッドの設定のための基本クラスです。
public abstract class EncryptionSettings
継承
派生
AesEcryptionSettings, TraditionalEncryptionSettings
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
コンストラクター
EncryptionSettings(string, EncryptionMethod)
Aspose.Zip.Saving.EncryptionSettingsクラスの新しいインスタンスを初期化します。
protected EncryptionSettings(string password, EncryptionMethod method)
パラメーター
password
string
暗号化または復号化のためのパスワードです。
method
EncryptionMethod
暗号化または復号化に使用するメソッドです。
プロパティ
Method
暗号化アルゴリズムを取得します。
public EncryptionMethod Method { get; }
プロパティ値
Password
暗号化または復号化のためのパスワードを取得または設定します。
public string Password { get; set; }