Class AddTimestampOptions
Info
Represents Add Timestamp Options for Documentize.Timestamp plugin.
public class AddTimestampOptions : PluginBaseOptions, IPluginOptions
Inheritance
object ← PluginBaseOptions ← AddTimestampOptions
Implements
Inherited Members
- 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()
Constructors
AddTimestampOptions(Stream, string, string, string)
Initializes new instance of the Documentize.AddTimestampOptions object with default options.
public AddTimestampOptions(Stream pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")
Parameters
pfx
Stream: The path to the pfx file.password
string: The password to the pfx file.serverUrl
string: The timestamp server url.serverBasicAuthCredentials
string: The basic authentication credentials, username and password are combined into a string “username:password”. (Optional).
AddTimestampOptions(string, string, string, string)
Initializes new instance of the Documentize.AddTimestampOptions object with default options.
public AddTimestampOptions(string pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")
Parameters
pfx
string: The path to the pfx file.password
string: The password to the pfx file.serverUrl
string: The timestamp server url.serverBasicAuthCredentials
string: The basic authentication credentials, username and password are combined into a string “username:password”. (Optional).
Namespace: Documentize Assembly: Documentize.dll