Click or drag to resize
IAuthorizationManager Interface
Defines a class authorizing requests.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public interface IAuthorizationManager

The IAuthorizationManager type exposes the following members.

Methods
  NameDescription
Public methodAuthorize
Analyzes the request and determines if the current user is authorized to make it.
Public methodIsAuthorized
Determines whether the specified action is authorized. This method
Top
See Also