IAccountManagerSignInOffline Method

Signs in offline by copying the specified activation file into SettingsDirectory. 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 SignInOffline(
	string activationFilePath
)

Parameters

activationFilePath  String
Full path to the license activation file.

See Also