Class AddTimestampOptions
情報
Documentize.Timestamp プラグインの Add Timestamp オプションを表します。
[Obsolete("The class will be deleted soon. Please use SignOptions class.")]
public class AddTimestampOptions : PluginBaseOptions, IPluginOptions継承
object ← PluginBaseOptions ← AddTimestampOptions
実装
継承メンバー
- PluginBaseOptions.AddInput(IData),
- PluginBaseOptions.AddOutput(IData),
- 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