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)
| Parameter | Type | Description |
|---|---|---|
| serverUrl | System::String | The timestamp server url. |
| basicAuthCredentials | System::String | The basic authentication credentials, username and password are combined into a string “username:password”. |
| digestHashAlgorithm | Aspose::Pdf::DigestHashAlgorithm | The hash algorithm name, if it is omitted then sha1 is used. The default value is SHA256. |
See Also
- Class String
- Enum DigestHashAlgorithm
- Class TimestampSettings
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++