[]
        
(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)
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)
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)
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.