Class AddTimestampOptions

情報

Documentize.Timestamp プラグインの Add Timestamp オプションを表します。

[Obsolete("The class will be deleted soon. Please use SignOptions class.")]
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

 日本語