Class DecryptionOptions

信息

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

public class DecryptionOptions : PluginBaseOptions, IPluginOptions

继承

objectPluginBaseOptionsDecryptionOptions

实现

继承成员

构造函数

DecryptionOptions(string)

使用默认选项初始化 Documentize.DecryptionOptions 对象的新实例。

public DecryptionOptions(string ownerPassword)

参数

  • ownerPassword string: 拥有者密码。

属性

OwnerPassword

拥有者密码。

public string OwnerPassword { get; set; }

属性值

string

命名空间: Documentize 程序集: Documentize.dll

 中文