Aspose::Pdf::TimestampSettings class
Contents
[
Hide
]TimestampSettings class
Represents the ocsp settings using during signing process.
class TimestampSettings : public System::Object
Methods
| Method | Description |
|---|---|
| get_BasicAuthCredentials() const | Gets/sets the basic authentication credentials, Username and password are combined into a string “username:password”. |
| get_DigestHashAlgorithm() const | Gets/sets the digest algorithm for internal hash functions. |
| get_ServerUrl() const | Gets/sets the timestamp server url. |
| set_BasicAuthCredentials(const System::String&) | Gets/sets the basic authentication credentials, Username and password are combined into a string “username:password”. |
| set_DigestHashAlgorithm(Aspose::Pdf::DigestHashAlgorithm) | Gets/sets the digest algorithm for internal hash functions. |
| set_ServerUrl(const System::String&) | Gets/sets the timestamp server url. |
| TimestampSettings(const System::String&, const System::String&, Aspose::Pdf::DigestHashAlgorithm) | Initializes a new instance of the TimestampSettings class. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++