Authericates the user

Namespace: White_Tiger.UserManagment
Assembly: 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: Boolean
true if is successfull false otherwise

See Also