Logs in the user on the current machine.
Namespace: Ico.Fwx.ClientWrapperAssembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public Status Login(
string username,
string password
) |
| Visual Basic |
|---|
Public Function Login ( _
username As String, _
password As String _
) As Status |
| JScript |
|---|
public function Login(
username : String,
password : String
) : Status |
Parameters
- username
- Type: System..::..String
The user name.
- password
- Type: System..::..String
Password.
Return Value
The login result.
See Also