Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings class

PdfDigitalSignatureTimestampSettings class

Contains settings of the digital signature timestamp. To learn more, visit the Work with Digital Signatures documentation article.

class PdfDigitalSignatureTimestampSettings : public System::Object

Methods

MethodDescription
get_Password() constTimestamp server password.
get_ServerUrl() constTimestamp server URL.
get_Timeout() constTime-out value for accessing timestamp server.
get_UserName() constTimestamp server user name.
GetType() const override
Is(const System::TypeInfo&) const override
PdfDigitalSignatureTimestampSettings()Initializes an instance of this class.
PdfDigitalSignatureTimestampSettings(const System::String&, const System::String&, const System::String&)Initializes an instance of this class.
PdfDigitalSignatureTimestampSettings(const System::String&, const System::String&, const System::String&, System::TimeSpan)Initializes an instance of this class.
set_Password(const System::String&)Timestamp server password.
set_ServerUrl(const System::String&)Timestamp server URL.
set_Timeout(System::TimeSpan)Time-out value for accessing timestamp server.
set_UserName(const System::String&)Timestamp server user name.
static Type()

See Also