[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TimeStamp.-ctor

TimeStamp Constructor

TimeStamp(string)

Initializes a new instance of the TimeStamp class.

Declaration
public TimeStamp(string serverUrl)
Public Sub New(serverUrl As String)
Parameters
Type Name Description
string serverUrl

The value of ServerUrl.

TimeStamp(string, string, string, OID)

Initializes a new instance of the TimeStamp class.

Declaration
public TimeStamp(string serverUrl, string userName, string password, OID hashAlgorithm = null)
Public Sub New(serverUrl As String, userName As String, password As String, Optional hashAlgorithm As OID = Nothing)
Parameters
Type Name Description
string serverUrl

The value of ServerUrl.

string userName

The value of UserName.

string password

The value of Password.

OID hashAlgorithm

The value of HashAlgorithm, can be null, in this case SHA-256 will be used.

TimeStamp(string, string, string, HashDelegate)

Initializes a new instance of the TimeStamp class.

Declaration
public TimeStamp(string serverUrl, string userName, string password, TimeStamp.HashDelegate hashMethod)
Public Sub New(serverUrl As String, userName As String, password As String, hashMethod As TimeStamp.HashDelegate)
Parameters
Type Name Description
string serverUrl

The value of ServerUrl.

string userName

The value of UserName.

string password

The value of Password.

TimeStamp.HashDelegate hashMethod

The value of HashMethod.