Authenticates user.

Syntax
| C# | Visual Basic | Managed C++ |
public void Authenticate (
string userName,
string password
)
Public Sub Authenticate ( _
userName As String, _
password As String _
)
public:
void Authenticate (
String^ userName,
String^ password
)

Parameters
- userName (String)
- User name.
- password (String)
- Password.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)