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