Click or drag to resize

UserContextLoad Method

Loads the UserContext object by looking up the token in the database

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static UserContext Load(
	IAppContext appCxt,
	string token
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application object
token
Type: SystemString
The token

Return Value

Type: UserContext
A valid user context object or null (if the lookup fails)
See Also