Class AddTimestampOptions

Info

Represents Add Timestamp Options for Documentize.Timestamp plugin.

public class AddTimestampOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsAddTimestampOptions

Implements

Inherited Members

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

 English