クラス AddTimestampOptions
情報
Documentize.Timestamp プラグインのための追加タイムスタンプオプションを表します。
public class AddTimestampOptions : PluginBaseOptions, IPluginOptions
継承
object ← PluginBaseOptions ← AddTimestampOptions
実装
継承メンバー
- PluginBaseOptions.AddInput(IDataSource),
- PluginBaseOptions.AddOutput(IDataSource),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
コンストラクタ
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