TimestampSettings.TimestampSettings

TimestampSettings constructor

Initializes a new instance of the TimestampSettings class.

public TimestampSettings(string serverUrl, string basicAuthCredentials, 
    DigestHashAlgorithm digestHashAlgorithm = DigestHashAlgorithm.Sha1)
ParameterTypeDescription
serverUrlStringThe timestamp server url.
basicAuthCredentialsStringThe basic authentication credentials, username and password are combined into a string “username:password”.
digestHashAlgorithmDigestHashAlgorithmThe hash algorithm name, if it is omitted then sha1 is used.

See Also