[]
Ctor
public TimeStamp(string server, string user, string password)
| Type | Name | Description |
|---|---|---|
| string | server | TSA server address |
| string | user | User ID for TSA server |
| string | password | Password for TSA server |
Ctor
public TimeStamp(Uri serverUrl, string user, string password)
| Type | Name | Description |
|---|---|---|
| Uri | serverUrl | TSA server URL |
| string | user | User ID for TSA server |
| string | password | Password for TSA server |