Go to file
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
.github Create ISSUE_TEMPLATE.md 2018-01-02 14:22:44 -08:00
build Upgrade dependencies and build tools 2018-02-14 16:45:43 -08:00
samples
shared
src Support decrypting keys with X509Certificate that is not in the X509Store 2018-02-16 12:11:20 -08:00
test Support decrypting keys with X509Certificate that is not in the X509Store 2018-02-16 12:11:20 -08:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
DataProtection.sln
DataProtection.sln.DotSettings
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
Provision-AutoGenKeys.ps1
README.md
build.cmd
build.sh
korebuild-lock.txt Upgrade dependencies and build tools 2018-02-14 16:45:43 -08:00
korebuild.json
run.cmd
run.ps1
run.sh Upgrade dependencies and build tools 2018-02-14 16:45:43 -08:00
version.props Updating version to preview2 2018-01-24 15:00:26 -08:00

README.md

DataProtection

AppVeyor: AppVeyor

Travis: Travis

Data Protection APIs for protecting and unprotecting data.

This project is part of ASP.NET Core. You can find documentation for Data Protection in the ASP.NET Core Documentation. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Community Maintained Data Protection Providers & Projects