Клас EncryptionOptions

Info

Представляє параметри шифрування для плагіна 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

 Українська