Class TimestampOptions

public class TimestampOptions

Inheritance

objectTimestampOptions

Inherited Members

Constructors

TimestampOptions(string, string)

Initializes a new instance of the Documentize.TimestampOptions class.

public TimestampOptions(string serverUrl, string basicAuthCredentials = "")

Parameters

  • serverUrl string: The timestamp server url.
  • basicAuthCredentials string: The basic authentication credentials, username and password are combined into a string “username:password”.

Properties

BasicAuthCredentials

Gets/sets the basic authentication credentials, Username and password are combined into a string “username:password”.

public string BasicAuthCredentials { get; set; }

Property Value

string

ServerUrl

Gets/sets the timestamp server url.

public string ServerUrl { get; set; }

Property Value

string

Namespace: Documentize Assembly: Documentize.dll

 English