C# 클래스 Rhino.Security.Windsor.RhinoSecurityInstaller

Installs the services needed for Rhino Security to work properly with Windsor.
상속: IWindsorInstaller
파일 보기 프로젝트 열기: hibernating-rhinos/rhino-security

공개 메소드들

메소드 설명
Install ( IWindsorContainer container, IConfigurationStore store ) : void

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

메소드 상세

Install() 공개 메소드

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.
리턴 void