クラス AddTimestampOptions

情報

Documentize.Timestamp プラグインのための追加タイムスタンプオプションを表します。

public class AddTimestampOptions : PluginBaseOptions, IPluginOptions

継承

objectPluginBaseOptionsAddTimestampOptions

実装

継承メンバー

コンストラクタ

AddTimestampOptions(Stream, string, string, string)

デフォルトオプションで Documentize.AddTimestampOptions オブジェクトの新しいインスタンスを初期化します。

public AddTimestampOptions(Stream pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")

パラメーター

  • pfx Stream: pfx ファイルへのパス。
  • password string: pfx ファイルのパスワード。
  • serverUrl string: タイムスタンプサーバーの URL。
  • serverBasicAuthCredentials string: 基本認証の資格情報。ユーザー名とパスワードは文字列 “username:password” にまとめられます。(オプション)。

AddTimestampOptions(string, string, string, string)

デフォルトオプションで Documentize.AddTimestampOptions オブジェクトの新しいインスタンスを初期化します。

public AddTimestampOptions(string pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")

パラメーター

  • pfx string: pfx ファイルへのパス。
  • password string: pfx ファイルのパスワード。
  • serverUrl string: タイムスタンプサーバーの URL。
  • serverBasicAuthCredentials string: 基本認証の資格情報。ユーザー名とパスワードは文字列 “username:password” にまとめられます。(オプション)。

名前空間: Documentize アセンブリ: Documentize.dll

 日本語