Class TimestampOptions
public class TimestampOptions继承
继承的成员
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
构造函数
TimestampOptions(string, string)
初始化 Documentize.TimestampOptions 类的新实例。
public TimestampOptions(string serverUrl, string basicAuthCredentials = "")参数
serverUrlstring: 时间戳服务器的 URL。basicAuthCredentialsstring: 基本身份验证凭据,用户名和密码组合成字符串 “username:password”。
属性
BasicAuthCredentials
获取/设置基本身份验证凭据,用户名和密码组合成字符串 “username:password”。
public string BasicAuthCredentials { get; set; }属性值
ServerUrl
获取/设置时间戳服务器的 URL。
public string ServerUrl { get; set; }属性值
命名空间: Documentize 程序集: Documentize.dll