aspnetcore/test/Microsoft.AspNetCore.DataPr.../KeyManagement
Nate McMaster eea8c1a146
Support decrypting keys with X509Certificate that is not in the X509Store
The default implementation of EncryptedXml doesn't support using the RSA
key from X509Certificate to decrypt xml unless that cert is in the X509
CurrentUser\My or Localmachine\My store. This adds support for
decrypting with the X509Certificate directly. This is useful for Linux
(often Docker) scenarios, where the user already has a .pfx file, but
may not have added it to X509Store.
2018-02-16 12:11:20 -08:00
..
CacheableKeyRingTests.cs
DefaultKeyResolverTests.cs
DeferredKeyTests.cs
KeyEscrowServiceProviderExtensionsTests.cs
KeyRingBasedDataProtectorTests.cs Upgrade to xunit 2.3.0-beta4 2017-08-22 15:01:11 -07:00
KeyRingProviderTests.cs
KeyRingTests.cs Upgrade to xunit 2.3.0-beta4 2017-08-22 15:01:11 -07:00
KeyTests.cs
XmlKeyManagerTests.cs Support decrypting keys with X509Certificate that is not in the X509Store 2018-02-16 12:11:20 -08:00