Class TimestampOptions

public class TimestampOptions

继承

objectTimestampOptions

继承的成员

构造函数

TimestampOptions(string, string)

初始化 Documentize.TimestampOptions 类的新实例。

public TimestampOptions(string serverUrl, string basicAuthCredentials = "")

参数

  • serverUrl string: 时间戳服务器的 URL。
  • basicAuthCredentials string: 基本身份验证凭据,用户名和密码组合成字符串 “username:password”。

属性

BasicAuthCredentials

获取/设置基本身份验证凭据,用户名和密码组合成字符串 “username:password”。

public string BasicAuthCredentials { get; set; }

属性值

string

ServerUrl

获取/设置时间戳服务器的 URL。

public string ServerUrl { get; set; }

属性值

string

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

2025年11月17日
 中文