ActiveReports 6 Online Help
TimeStamp Constructor(String,String,String)

A string value with the location of the Time Stamping Authority (TSA) server.
A user name to pass to the TSA server. You must have an account with the TSA in order to use the timestamping service.
A password to pass to the TSA server.
Initializes a new instance of the TimeStamp class using the specified server string, user name, and password.
Syntax
'Declaration
 
Public Function New( _
   ByVal server As String, _
   ByVal user As String, _
   ByVal password As String _
)
public TimeStamp( 
   string server,
   string user,
   string password
)

Parameters

server
A string value with the location of the Time Stamping Authority (TSA) server.
user
A user name to pass to the TSA server. You must have an account with the TSA in order to use the timestamping service.
password
A password to pass to the TSA server.
Remarks

This feature is for use with the Professional Edition license only. An evaluation message is rendered when used with the Standard Edition license.

Note: This feature can not be used if a report is exported into a password-protected PDF document.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TimeStamp Class
TimeStamp Members
Overload List

Send Feedback