Class TimestampOptions

public class TimestampOptions

継承

object
TimestampOptions

継承されたメンバー

コンストラクタ

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

 日本語