[]
Initializes a new instance of the TimeStamp class.
public TimeStamp(string serverUrl)
Public Sub New(serverUrl As String)
Initializes a new instance of the TimeStamp class.
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)
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. |
Initializes a new instance of the TimeStamp class.
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)
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. |