Click or drag to resize
IAuthorizationManagerAuthorize Method
Analyzes the request and determines if the current user is authorized to make it.

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

Parameters

monConfig
Type: Activsoft.EngineConfig
The Config instance for the current request.

Return Value

Type: Boolean
true if the request is authorized, else false
Remarks
This method is used by the engine itself during request processing.
See Also