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

Namespace: Documentize Assembly: Documentize.dll

 عربي