Class AddTimestampOptions
情報
ドキュメント化のタイムスタンププラグインのためのタイムスタンプオプションを表現します。
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