ClassTimeStampServer
Represents a Time Stamp Protocol (TSP) server configuration used when requesting trusted RFC 3161 time-stamps for digital signatures.
Definition
Namespace:Telerik.Documents.Fixed.Model.DigitalSignatures
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class TimeStampServer
Inheritance: objectTimeStampServer
Constructors
TimeStampServer(string, TimeSpan?)
Initializes a new instance of the TimeStampServer class with the specified URL and timeout.
TimeStampServer(string, string, string, TimeSpan?)
Initializes a new instance of the TimeStampServer class with the specified URL, credentials, and timeout.
Declaration
public TimeStampServer(string url, string username, string password, TimeSpan? timeout)
Parameters
url
The absolute URL of the timestamp authority (TSA) endpoint.
username
The username for authenticating with the TSA, if required.
password
The password for authenticating with the TSA, if required.
timeout
Optional request timeout. Specify null to use the default timeout behavior.