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

 日本語