Logout off the forms authentication
Clears the Auth http cookie and raises user logout event
Namespace: CelloSaaS.BusinessEditionAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static void LogOut(
bool raiseEvent = true
)
public static void LogOut(
bool raiseEvent = true
)
Public Shared Sub LogOut (
Optional raiseEvent As Boolean = true
)
Public Shared Sub LogOut (
Optional raiseEvent As Boolean = true
)
static member LogOut :
?raiseEvent : bool
(* Defaults:
let _raiseEvent = defaultArg raiseEvent true
*)
-> unit
static member LogOut :
?raiseEvent : bool
(* Defaults:
let _raiseEvent = defaultArg raiseEvent true
*)
-> unit
Parameters
- raiseEvent (Optional)
- Type: System Boolean
Raises user logout event if true