Initializes a new instance of the
TSAClient class.
Namespace:
Cryptware.NDigitSign
Assembly:
NDigitSign (in NDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _
url As String, _
username As String, _
password As String _
) |
C# |
---|
public TSAClient(
string url,
string username,
string password
) |
Visual C++ |
---|
public:
TSAClient(
String^ url,
String^ username,
String^ password
) |
JavaScript |
---|
Cryptware.NDigitSign.TSAClient = function(url, username, password); |
Parameters
- url
- Type: System..::..String
The URL.
- username
- Type: System..::..String
The username.
- password
- Type: System..::..String
The password.
See Also