Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / TimeStamp Class / TimeStamp Constructor / TimeStamp Constructor(String,String,String,OID)
The value of ServerUrl.
The value of UserName.
The value of Password.
The value of HashAlgorithm, can be null, in this case SHA-256 will be used.

In This Topic
    TimeStamp Constructor(String,String,String,OID)
    In This Topic
    Initializes a new instance of the TimeStamp class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal serverUrl As System.String, _
       ByVal userName As System.String, _
       ByVal password As System.String, _
       Optional ByVal hashAlgorithm As OID _
    )
    public TimeStamp( 
       System.string serverUrl,
       System.string userName,
       System.string password,
       OID hashAlgorithm
    )

    Parameters

    serverUrl
    The value of ServerUrl.
    userName
    The value of UserName.
    password
    The value of Password.
    hashAlgorithm
    The value of HashAlgorithm, can be null, in this case SHA-256 will be used.
    See Also