ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Section.Signing Namespace / TimeStamp Class / TimeStamp Constructor / TimeStamp Constructor(Uri,String,String)
TSA server URL
User ID for TSA server
Password for TSA server

In This Topic
    TimeStamp Constructor(Uri,String,String)
    In This Topic
    Initializes a new instance of the TimeStamp class using the specified server URI, user name, and password.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal serverUrl As Uri, _
       ByVal user As String, _
       ByVal password As String _
    )
    public TimeStamp( 
       Uri serverUrl,
       string user,
       string password
    )

    Parameters

    serverUrl
    TSA server URL
    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