Class EncryptionSettings

Class EncryptionSettings

Nama dari : Aspose.Zip.Saving Perhitungan: Aspose.Zip.dll (25.5.0)

Kelas dasar untuk pengaturan untuk beberapa metode enkripsi zip.

public abstract class EncryptionSettings

Inheritance

object EncryptionSettings

Derived

AesEcryptionSettings , TraditionalEncryptionSettings

anggota yang diwarisi

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

Constructors

EncryptionSettings(Metode, metode enkripsi)

Initifikasi contoh baru dari kelas Aspose.Zip.Saving.EncryptionSettings.

protected EncryptionSettings(string password, EncryptionMethod method)

Parameters

password string

kata sandi untuk enkripsi atau decryption.

method EncryptionMethod

Metode untuk menyulitkan atau mendekripsi dengan.

Properties

Method

Dapatkan algoritma enkripsi.

public EncryptionMethod Method { get; }

Nilai Properti

EncryptionMethod

Password

Dapatkan atau menetapkan kata sandi untuk enkripsi atau dekripsi.

public string Password { get; set; }

Nilai Properti

string

 Indonesia