C# Class Rhino.Security.Windsor.RhinoSecurityInstaller

Installs the services needed for Rhino Security to work properly with Windsor.
Inheritance: IWindsorInstaller
Mostrar archivo Open project: hibernating-rhinos/rhino-security

Public Methods

Method Description
Install ( IWindsorContainer container, IConfigurationStore store ) : void

Install the services needed for Rhino Security to work properly with Windsor.

Method Details

Install() public method

Install the services needed for Rhino Security to work properly with Windsor.
public Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer The container.
store IConfigurationStore The configuration store.
return void