Contains settings of the digital signature timestamp.
Shows how to sign a saved PDF document digitally and timestamp it.
#include <Aspose.Words.Cpp/Saving/PdfDigitalSignatureTimestampSettings.h>
Public Member Functions | |
PdfDigitalSignatureTimestampSettings () | |
Initializes an instance of this class. More... | |
PdfDigitalSignatureTimestampSettings (const String &serverUrl, const String &userName, const String &password) | |
Initializes an instance of this class. More... | |
PdfDigitalSignatureTimestampSettings (const String &serverUrl, const String &userName, const String &password, TimeSpan timeout) | |
Initializes an instance of this class. More... | |
String | get_Password () const |
Timestamp server password. More... | |
String | get_ServerUrl () const |
Timestamp server URL. More... | |
TimeSpan | get_Timeout () const |
Time-out value for accessing timestamp server. More... | |
String | get_UserName () const |
Timestamp server user name. More... | |
virtual const TypeInfo & | GetType () const override |
virtual bool | Is (const TypeInfo &target) const override |
void | set_Password (const String &value) |
Setter for get_Password. More... | |
void | set_ServerUrl (const String &value) |
Setter for get_ServerUrl. More... | |
void | set_Timeout (TimeSpan value) |
Setter for get_Timeout. More... | |
void | set_UserName (const String &value) |
Setter for get_UserName. More... | |
Static Public Member Functions | |
static const TypeInfo & | Type () |
Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings::PdfDigitalSignatureTimestampSettings | ( | ) |
Initializes an instance of this class.
Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings::PdfDigitalSignatureTimestampSettings | ( | const System::String & | serverUrl, |
const System::String & | userName, | ||
const System::String & | password | ||
) |
Initializes an instance of this class.
serverUrl | Timestamp server URL. |
userName | Timestamp server user name. |
password | Timestamp server password. |
Shows how to sign a saved PDF document digitally and timestamp it.
Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings::PdfDigitalSignatureTimestampSettings | ( | const System::String & | serverUrl, |
const System::String & | userName, | ||
const System::String & | password, | ||
System::TimeSpan | timeout | ||
) |
Initializes an instance of this class.
serverUrl | Timestamp server URL. |
userName | Timestamp server user name. |
password | Timestamp server password. |
timeout | Time-out value for accessing timestamp server. |
Shows how to sign a saved PDF document digitally and timestamp it.
System::String Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings::get_Password | ( | ) | const |
Timestamp server password.
Shows how to sign a saved PDF document digitally and timestamp it.
System::String Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings::get_ServerUrl | ( | ) | const |
Timestamp server URL.
Shows how to sign a saved PDF document digitally and timestamp it.
System::TimeSpan Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings::get_Timeout | ( | ) | const |
Time-out value for accessing timestamp server.
Shows how to sign a saved PDF document digitally and timestamp it.
System::String Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings::get_UserName | ( | ) | const |
Timestamp server user name.
Shows how to sign a saved PDF document digitally and timestamp it.
|
overridevirtual |
Reimplemented from System::Object.
|
overridevirtual |
Reimplemented from System::Object.
void Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings::set_Password | ( | const System::String & | value | ) |
void Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings::set_ServerUrl | ( | const System::String & | value | ) |
void Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings::set_Timeout | ( | System::TimeSpan | value | ) |
void Aspose::Words::Saving::PdfDigitalSignatureTimestampSettings::set_UserName | ( | const System::String & | value | ) |
|
static |