Class EncryptionSettings
Class EncryptionSettings
名称: Aspose.Zip.Saving 收藏: Aspose.Zip.dll (25.5.0)
基类为多个 zip 加密方法的设置。
public abstract class EncryptionSettings
Inheritance
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; }
财产价值
Password
收到或设置密码加密或解密。
public string Password { get; set; }