aspnetcore/test
Ajay Bhargav Baaskaran cde3b96aa7 [Fixes #134] Refactored DI support
- Refactored builder extensions and service collection extensions
- Refactored Settings/Configuration/Descriptor
- Removed ConfigurationCommon/AuthenticatedEncryptorConfigurationExtensions
- Added IAuthenticatedEncryptorFactory and implementations
- Refactored IKey to have Descriptor instead of CreateEncryptorInstance()
- Handled Repository/Encryptor special logic
- Added samples
- Updated tests
2017-03-14 19:58:46 -07:00
..
Microsoft.AspNetCore.Cryptography.Internal.Test [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
Microsoft.AspNetCore.Cryptography.KeyDerivation.Test [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
Microsoft.AspNetCore.DataProtection.Abstractions.Test [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
Microsoft.AspNetCore.DataProtection.AzureStorage.Test [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
Microsoft.AspNetCore.DataProtection.Extensions.Test [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
Microsoft.AspNetCore.DataProtection.Redis.Test [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
Microsoft.AspNetCore.DataProtection.Test [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
shared