C# Class NSoft.NFramework.InversionOfControl.WindsorInstallers.EncryptorInstaller

암호화 기능을 수행하는 IHashEncryptor, ISymmetricEncryptor 컴포넌트를 Windsor Container에 등록합니다.
Inheritance: IWindsorInstaller
Datei anzeigen Open project: debop/NFramework

Public Methods

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

Performs the installation in the T:Castle.Windsor.IWindsorContainer.

Method Details

Install() public method

Performs the installation in the T:Castle.Windsor.IWindsorContainer.
public Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer The container.
store IConfigurationStore The configuration store.
return void