Class EncryptionSettings
Class EncryptionSettings
Namespace: Aspose.Zip.Saving
Assembly: Aspose.Zip.dll (25.1.0)
Kelas dasar untuk pengaturan beberapa metode enkripsi zip.
public abstract class EncryptionSettings
Pewarisan
Turunan
AesEcryptionSettings, TraditionalEncryptionSettings
Anggota yang Dwarisi
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktor
EncryptionSettings(string, EncryptionMethod)
Menginisialisasi sebuah instance baru dari kelas Aspose.Zip.Saving.EncryptionSettings.
protected EncryptionSettings(string password, EncryptionMethod method)
Parameter
password
string
Kata sandi untuk enkripsi atau dekripsi.
method
EncryptionMethod
Metode untuk mengenkripsi atau mendekripsi.
Properti
Method
Mendapatkan algoritma enkripsi.
public EncryptionMethod Method { get; }
Nilai Properti
Password
Mendapatkan atau mengatur kata sandi untuk enkripsi atau dekripsi.
public string Password { get; set; }