Click or drag to resize
IAuthorizationManagerFactory Interface
The factory interface for IAuthorizationManager. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.

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

The IAuthorizationManagerFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateAuthorizationManager
Creates the authorization manager according to the current request.
Top
See Also