aspnetcore/test/Microsoft.AspNetCore.DataPr...
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
..
AuthenticatedEncryption
Cng
Internal
KeyManagement Support decrypting keys with X509Certificate that is not in the X509Store 2018-02-16 12:11:20 -08:00
Managed
Properties
Repositories
SP800_108
TestFiles Support decrypting keys with X509Certificate that is not in the X509Store 2018-02-16 12:11:20 -08:00
XmlEncryption Support decrypting keys with X509Certificate that is not in the X509Store 2018-02-16 12:11:20 -08:00
ActivatorTests.cs
AnonymousImpersonation.cs Update samples and tests to target netcoreapp2.1 2017-11-13 15:27:54 -08:00
DataProtectionUtilityExtensionsTests.cs
DockerUtilsTests.cs
EphemeralDataProtectionProviderTests.cs
HostingTests.cs
Microsoft.AspNetCore.DataProtection.Test.csproj Support decrypting keys with X509Certificate that is not in the X509Store 2018-02-16 12:11:20 -08:00
MockExtensions.cs
RegistryPolicyResolverTests.cs
SecretAssert.cs
SecretTests.cs
SequentialGenRandom.cs
ServiceCollectionTests.cs
StringLoggerFactory.cs
TypeForwardingActivatorTests.cs Update samples and tests to target netcoreapp2.1 2017-11-13 15:27:54 -08:00
XmlAssert.cs