Class EncryptionSettings

Class EncryptionSettings

Tên không gian: Aspose.Zip.Saving Tổng hợp: Aspose.Zip.dll (25.5.0)

Khóa học cơ bản cho các cài đặt cho nhiều phương pháp mã hóa zip.

public abstract class EncryptionSettings

Inheritance

object EncryptionSettings

Derived

AesEcryptionSettings , TraditionalEncryptionSettings

Thành viên thừa kế

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

Constructors

EncryptionSettings(Màn hình, Encryption)

Bắt đầu một trường hợp mới của lớp Aspose.Zip.Saving.EncryptionSettings.

protected EncryptionSettings(string password, EncryptionMethod method)

Parameters

password string

mật khẩu cho mã hóa hoặc decryption.

method EncryptionMethod

Phương pháp để mã hóa hoặc giải mã với.

Properties

Method

Nhận được thuật toán mã hóa.

public EncryptionMethod Method { get; }

Giá trị bất động sản

EncryptionMethod

Password

Nhận hoặc đặt mật khẩu để mã hóa hoặc giải mã.

public string Password { get; set; }

Giá trị bất động sản

string

 Tiếng Việt