EmptyAccountSignOut Method

Sings out the user and sets Status to SignedOut. On completion of operation StatusChanged event is raised.

Behavior of the method depends on the type of sign in.

  • If the user is signed in online then the licensing session is ended and the user is signed out from WorkingServerUrl.
  • In case of offline activation the license activation file is removed from SettingsDirectory.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public void SignOut()

Implements

IAccountManagerSignOut

See Also