aspnetcore/test/Microsoft.AspNet.DataProtec.../AuthenticatedEncryption/ConfigurationModel
Levi B e8cc1106d8 Significant refactorings throughout the data protection stack
- Move IDataProtectionProvider, IDataProtector, and extension methods to their own package
- Simplify the APIs for registering and configuring the system
- Default implementation now auto-detects capabilities of OS
- Use EncryptedXml for X.509 certificate-based encryption
- Add ability to escrow secret material upon key creation
- Use centralized system policy for default algorithm selection
- Simplify System.Web compatibility layer
- Add unit tests, logging, and doc comments throughout solution
2015-03-10 22:43:45 -07:00
..
AuthenticatedEncryptorDescriptorDeserializerTests.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
AuthenticatedEncryptorDescriptorTests.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
CngCbcAuthenticatedEncryptorConfigurationTests.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
CngCbcAuthenticatedEncryptorDescriptorDeserializerTests.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
CngCbcAuthenticatedEncryptorDescriptorTests.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
CngGcmAuthenticatedEncryptorConfigurationTests.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
CngGcmAuthenticatedEncryptorDescriptorDeserializerTests.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
CngGcmAuthenticatedEncryptorDescriptorTests.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
ManagedAuthenticatedEncryptorConfigurationTests.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
ManagedAuthenticatedEncryptorDescriptorDeserializerTests.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
ManagedAuthenticatedEncryptorDescriptorTests.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00