Aspose::Pdf::TimestampSettings::TimestampSettings constructor

TimestampSettings::TimestampSettings constructor

Initializes a new instance of the TimestampSettings class.

Aspose::Pdf::TimestampSettings::TimestampSettings(System::String serverUrl, System::String basicAuthCredentials, Aspose::Pdf::DigestHashAlgorithm digestHashAlgorithm=Aspose::Pdf::DigestHashAlgorithm::Sha256)
ParameterTypeDescription
serverUrlSystem::StringThe timestamp server url.
basicAuthCredentialsSystem::StringThe basic authentication credentials, username and password are combined into a string “username:password”.
digestHashAlgorithmAspose::Pdf::DigestHashAlgorithmThe hash algorithm name, if it is omitted then sha1 is used. The default value is SHA256.

See Also