类 AddTimestampOptions

信息

表示 Documentize.Timestamp 插件的添加时间戳选项。

public class AddTimestampOptions : PluginBaseOptions, IPluginOptions

继承

objectPluginBaseOptionsAddTimestampOptions

实现

继承的成员

构造函数

AddTimestampOptions(Stream, string, string, string)

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

public AddTimestampOptions(Stream pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")

参数

  • pfx Stream: pfx 文件的路径。
  • password string: pfx 文件的密码。
  • serverUrl string: 时间戳服务器的 URL。
  • serverBasicAuthCredentials string: 基本身份验证凭据,用户名和密码组合成字符串 “username:password”。 (可选)。

AddTimestampOptions(string, string, string, string)

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

public AddTimestampOptions(string pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")

参数

  • pfx string: pfx 文件的路径。
  • password string: pfx 文件的密码。
  • serverUrl string: 时间戳服务器的 URL。
  • serverBasicAuthCredentials string: 基本身份验证凭据,用户名和密码组合成字符串 “username:password”。 (可选)。

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

2024年12月29日
 中文