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(รั้ว, EncryptionMethod)
เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Zip.Saving.EncryptionSettings
protected EncryptionSettings(string password, EncryptionMethod method)
Parameters
password
string
รหัสผ่านสําหรับการเข้ารหัสหรือ decryption
method
EncryptionMethod
วิธีการเข้ารหัสหรือ decrypt ด้วย
Properties
Method
ได้รับการเข้ารหัสอัลกอริทึม
public EncryptionMethod Method { get; }
คุณสมบัติมูลค่า
Password
รับหรือตั้งรหัสผ่านสําหรับการเข้ารหัสหรือ decryption
public string Password { get; set; }