Class PdfDigitalSignatureTimestampSettings
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)
Contains settings of the digital signature timestamp.
To learn more, visit the Work with Digital Signatures documentation article.
public class PdfDigitalSignatureTimestampSettings
Inheritance
object ← PdfDigitalSignatureTimestampSettings
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
PdfDigitalSignatureTimestampSettings()
Initializes an instance of this class.
public PdfDigitalSignatureTimestampSettings()
PdfDigitalSignatureTimestampSettings(string, string, string)
Initializes an instance of this class.
public PdfDigitalSignatureTimestampSettings(string serverUrl, string userName, string password)
Parameters
serverUrl
string
Timestamp server URL.
userName
string
Timestamp server user name.
password
string
Timestamp server password.
PdfDigitalSignatureTimestampSettings(string, string, string, TimeSpan)
Initializes an instance of this class.
public PdfDigitalSignatureTimestampSettings(string serverUrl, string userName, string password, TimeSpan timeout)
Parameters
serverUrl
string
Timestamp server URL.
userName
string
Timestamp server user name.
password
string
Timestamp server password.
timeout
TimeSpan
Time-out value for accessing timestamp server.
Properties
Password
Timestamp server password.
public string Password { get; set; }
Property Value
Remarks
The default value is null
.
ServerUrl
Timestamp server URL.
public string ServerUrl { get; set; }
Property Value
Remarks
The default value is null
.
If null
, then the digital signature will not be time-stamped.
Timeout
Time-out value for accessing timestamp server.
public TimeSpan Timeout { get; set; }
Property Value
Remarks
The default value is 100 seconds.
UserName
Timestamp server user name.
public string UserName { get; set; }
Property Value
Remarks
The default value is null
.