[]
Initializes a new instance of the TimeStamp class.
public TimeStamp(string serverUrl)
| Type | Name | Description |
|---|---|---|
| string | serverUrl | The value of ServerUrl. |
Initializes a new instance of the TimeStamp class.
public TimeStamp(string serverUrl, string userName, string password, OID hashAlgorithm = null)
| 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)
| 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. |