ActiveReports Developer 7
TimeStamp Constructor(String,String,String)
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section.Signing Namespace > TimeStamp Class > TimeStamp Constructor : TimeStamp Constructor(String,String,String)

server
TSA server address
user
User ID for TSA server
password
Password for TSA server

Glossary Item Box

Initializes a new instance of the TimeStamp class using the specified server string, user name, and password.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal server As System.String, _
   ByVal user As System.String, _
   ByVal password As System.String _
)
C# 
public TimeStamp( 
   System.string server,
   System.string user,
   System.string password
)

Parameters

server
TSA server address
user
User ID for TSA server
password
Password for 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

See Also