IAccountManagerSignIn(String, String) Method

Signs in online with the specified credentials to WorkingServerUrl. On completion of operation StatusChanged event is raised.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
void SignIn(
	string username,
	string password
)

Parameters

username  String
User name to login with.
password  String
Password to login with.

See Also