C# Class Rhino.Security.Windsor.RhinoSecurityInstaller

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

Méthodes publiques

Méthode Description
Install ( IWindsorContainer container, IConfigurationStore store ) : void

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

Method Details

Install() public méthode

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.
Résultat void