AuthenticationHelper LogOut Method CelloSaaS API Documentation
Logout off the forms authentication Clears the Auth http cookie and raises user logout event

Namespace: CelloSaaS.BusinessEdition
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static void LogOut(
	bool raiseEvent = true
)

Parameters

raiseEvent (Optional)
Type: System Boolean
Raises user logout event if true
See Also