خيارات التشفير للفئة

معلومات

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

public class EncryptionOptions : PluginBaseOptions, IPluginOptions  

الوراثة

object
PluginBaseOptions
EncryptionOptions

تنفيذ

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

المنشئون

EncryptionOptions(string, string)

يمثل تهيئة جديدة لكائن Documentize.EncryptionOptions مع خيارات افتراضية.

public EncryptionOptions(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

 عربي