| IAuthorizationManagerAuthorize Method |
Analyzes the request and determines if the current user is authorized to make it.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxbool Authorize(
Config monConfig
)
Function Authorize (
monConfig As Config
) As Boolean
bool Authorize(
Config^ monConfig
)
abstract Authorize :
monConfig : Config -> bool
Parameters
- monConfig
- Type: Activsoft.EngineConfig
The Config instance for the current request.
Return Value
Type:
Booleantrue if the request is authorized, else false
Remarks
This method is used by the engine itself during request processing.
See Also