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

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

Méthodes publiques

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

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

Method Details

Install() public méthode

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