Terminate an login user state and nullify the active user context

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool Unauthenticate(
	ref IUserState userState
)
Visual Basic
Function Unauthenticate ( _
	ByRef userState As IUserState _
) As Boolean
Visual C++
bool Unauthenticate(
	IUserState^% userState
)

Parameters

userState
Type: Cartella.Interfaces..::..IUserState%
UserState to terminate

Field Value

Boolean

Return Value

True if successful

See Also