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; }