Class EncryptionSettings

Class EncryptionSettings

名称: Aspose.Zip.Saving 組み合わせ: Aspose.Zip.dll (25.5.0)

複数のZIP暗号化方法の設定のためのベースクラス。

public abstract class EncryptionSettings

Inheritance

object EncryptionSettings

Derived

AesEcryptionSettings , TraditionalEncryptionSettings

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EncryptionSettings(ストレッチ、暗号化方法)

Aspose.Zip.Saving.EncryptionSettingsクラスの新しい例を開始します。

protected EncryptionSettings(string password, EncryptionMethod method)

Parameters

password string

暗号化または暗号化のためのパスワード

method EncryptionMethod

暗号化または暗号化する方法

Properties

Method

暗号化アルゴリズムを取得します。

public EncryptionMethod Method { get; }

不動産価値

EncryptionMethod

Password

暗号化または暗号化のためのパスワードを取得または設定します。

public string Password { get; set; }

不動産価値

string

 日本語