| IAuthenticationManagerAuthenticate Method |
Analyzes the current request, and if needed, authenticates the user.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxbool Authenticate(
Config monConfig
)
Function Authenticate (
monConfig As Config
) As Boolean
bool Authenticate(
Config^ monConfig
)
abstract Authenticate :
monConfig : Config -> bool
Parameters
- monConfig
- Type: Activsoft.EngineConfig
The current Config instance.
Return Value
Type:
Booleantrue if the use has been authenticated, else false
See Also