Aspose::Pdf::TimestampSettings class

TimestampSettings class

Represents the ocsp settings using during signing process.

class TimestampSettings : public System::Object

Methods

MethodDescription
get_BasicAuthCredentials() constGets/sets the basic authentication credentials, Username and password are combined into a string “username:password”.
get_DigestHashAlgorithm() constGets/sets the digest algorithm for internal hash functions.
get_ServerUrl() constGets/sets the timestamp server url.
set_BasicAuthCredentials(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(System::String)Gets/sets the timestamp server url.
TimestampSettings(System::String, System::String, Aspose::Pdf::DigestHashAlgorithm)Initializes a new instance of the TimestampSettings class.

See Also