TimestampServer Constructors

Overloads

TimestampServer(String)Initializes a new instance of TimestampServer class.
TimestampServer(String, String, String)Initializes a new instance of TimestampServer class.

TimestampServer(String)

Initializes a new instance of TimestampServer class.

public TimestampServer(string tsUrl)
Public Sub New (tsUrl As String)

Parameters

tsUrl
String

Web Url of TSA.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

TimestampServer(String, String, String)

Initializes a new instance of TimestampServer class.

public TimestampServer(string tsUrl, string userName, string password)
Public Sub New (tsUrl As String, userName As String, password As String)

Parameters

tsUrl
String

Web Url of TSA.

userName
String

UserName to use for the connection.

password
String

Password to use for the connection.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

TimestampServer
ceTe.DynamicPDF

In this topic