Class EncryptOptions

معلومات

يمثل خيارات التشفير لملحق Documentize.PdfSecurity.

public class EncryptOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsEncryptOptions

Implements

Inherited Members

Constructors

EncryptOptions(string, string)

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

public EncryptOptions(string ownerPassword, string userPassword)

Parameters

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

Properties

OwnerPassword

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

public string OwnerPassword { get; set; }

Property Value

string

UserPassword

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

public string UserPassword { get; set; }

Property Value

string

Namespace: Documentize Assembly: Documentize.dll

 عربي