Authericates the user
Namespace: White_Tiger.UserManagmentAssembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)
Syntax
C# |
---|
public bool Login( string username, string password ) |
Visual Basic |
---|
Public Function Login ( username As String, password As String ) As Boolean |
Visual C++ |
---|
public: bool Login( String^ username, String^ password ) |
Parameters
- username
- Type: System..::..String
user's name
- password
- Type: System..::..String
user's password
Return Value
Type: Booleantrue if is successfull false otherwise