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
)
Public Shared Function Load (
appCxt As IAppContext,
token As String
) As UserContext
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application object - token
- Type: SystemString
The token
Return Value
Type:
UserContextA valid user context object or null (if the lookup fails)
See Also