Class AddTimestampOptions
情報
Documentize.Timestampプラグインのためのタイムスタンプオプションを表します。
[Obsolete("このクラスはすぐに削除されます。SignOptionsクラスを使用してください。")]
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 = "")パラメーター
pfxStream: pfxファイルへのパス。passwordstring: pfxファイルのパスワード。serverUrlstring: タイムスタンプサーバーのURL。serverBasicAuthCredentialsstring: ベーシック認証の資格情報で、ユーザー名とパスワードが「username:password」という文字列に組み合わされています。(オプション)。
AddTimestampOptions(string, string, string, string)
デフォルトオプションでDocumentize.AddTimestampOptionsオブジェクトの新しいインスタンスを初期化します。
public AddTimestampOptions(string pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")パラメーター
pfxstring: pfxファイルへのパス。passwordstring: pfxファイルのパスワード。serverUrlstring: タイムスタンプサーバーのURL。serverBasicAuthCredentialsstring: ベーシック認証の資格情報で、ユーザー名とパスワードが「username:password」という文字列に組み合わされています。(オプション)。
名前空間: Documentize アセンブリ: Documentize.dll