aspnetcore/test/Microsoft.AspNetCore.DataPr.../AuthenticatedEncryption/ConfigurationModel
jacalvar aa1495deb0 [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model
* Add an IDataProtectionBuilder interface and move methods on DataProtectionConfiguration
  to extension methods on IDataProtectionBuilder.
* Make AddDataProtection return an IDataProtectionBuilder instance for further configuration.
* Make AddDataProtection take in an action with a GlobalConfigurationOptions parameter instead
  of a DataProtectionConfiguration parameter.
* Make DataProtectionProvider static
* Remove ConfigureGlobalOptions
* Change Option suffix in classes that are not actually options to Settings.
* Add extension method for configuring key management options.
* Cleanups.
2016-03-15 15:20:59 -07:00
..
AuthenticatedEncryptorDescriptorDeserializerTests.cs [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
AuthenticatedEncryptorDescriptorTests.cs [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
CngCbcAuthenticatedEncryptorConfigurationTests.cs [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
CngCbcAuthenticatedEncryptorDescriptorDeserializerTests.cs [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
CngCbcAuthenticatedEncryptorDescriptorTests.cs [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
CngGcmAuthenticatedEncryptorConfigurationTests.cs [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
CngGcmAuthenticatedEncryptorDescriptorDeserializerTests.cs [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
CngGcmAuthenticatedEncryptorDescriptorTests.cs [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
ManagedAuthenticatedEncryptorConfigurationTests.cs [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
ManagedAuthenticatedEncryptorDescriptorDeserializerTests.cs [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
ManagedAuthenticatedEncryptorDescriptorTests.cs [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00