Class EncryptOptions

معلومات

تمثّل خيارات التشفير لإضافة Documentize.PdfSecurity.

public class EncryptOptions : PluginBaseOptions, IPluginOptions

الوراثة

objectPluginBaseOptionsEncryptOptions

التنفيذ

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

المُنشئات

EncryptOptions(string, string)

ينشئ مثيلاً جديداً لكائن Documentize.EncryptOptions مع الخيارات الافتراضية.

public EncryptOptions(string ownerPassword, string userPassword)

المعلمات

  • ownerPassword string: كلمة مرور المالك.
  • userPassword string: كلمة مرور المستخدم.

الخصائص

OwnerPassword

كلمة مرور المالك.

public string OwnerPassword { get; set; }

قيمة الخاصية

string

UserPassword

كلمة مرور المستخدم.

public string UserPassword { get; set; }

قيمة الخاصية

string

مساحة الاسم: Documentize التجميع: Documentize.dll

 عربي