Click or drag to resize
IAuthenticationManagerAuthenticate Method
Analyzes the current request, and if needed, authenticates the user.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
bool Authenticate(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The current Config instance.

Return Value

Type: Boolean
true if the use has been authenticated, else false
See Also