类 加密选项

信息

表示 Documentize.Security 插件的加密选项。

public class EncryptionOptions : PluginBaseOptions, IPluginOptions

继承

objectPluginBaseOptionsEncryptionOptions

实现

继承的成员

构造函数

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

2024年12月29日
 中文