Class SevenZipEncryptionSettings

Class SevenZipEncryptionSettings

Namespace: Aspose.Zip.Saving
Assembly: Aspose.Zip.dll (25.1.0)

الصف الأساسي لإعدادات عدة طرق تشفير 7z.

public abstract class SevenZipEncryptionSettings

الوراثة

objectSevenZipEncryptionSettings

المشتقات

SevenZipAESEncryptionSettings

الأعضاء الموروثة

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

ملاحظات

AES-256 هو الطريقة الوحيدة الممكنة للتشفير لأرشيف 7z. لذا فإن Aspose.Zip.Saving.SevenZipAESEncryptionSettings هو التنفيذ الوحيد.

المُنشئات

SevenZipEncryptionSettings(string)

يهيئ مثيلًا جديدًا من فئة Aspose.Zip.Saving.SevenZipEncryptionSettings.

protected SevenZipEncryptionSettings(string password)

المعلمات

password string

كلمة المرور للتشفير أو فك التشفير.

SevenZipEncryptionSettings()

يهيئ مثيلًا جديدًا من فئة Aspose.Zip.Saving.SevenZipEncryptionSettings.

protected SevenZipEncryptionSettings()

الخصائص

EncryptHeader

يحصل أو يحدد قيمة تشير إلى تشفير الرأس.

public bool EncryptHeader { get; set; }

قيمة الخاصية

bool

ملاحظات

هذا الإعداد يعادل -mhe=on مفتاح أداة 7-Zip. حاليًا، هو غير متوافق مع ضغط الرأس.

Password

يحصل أو يحدد كلمة المرور للتشفير أو فك التشفير.

public string Password { get; set; }

قيمة الخاصية

string

 عربي