ASP.NET Core Data Protection Provider Overview
Web applications often contain security-sensitive data. To protect this data in distributed and load-balanced environments, NCache supports integration with the ASP.NET Core Data Protection Provider. ASP.NET Core Data Protection provides cryptographic APIs for protecting application data, including key management and automatic key rotation. Data that should not be accessible in shared environments can be protected using this system. In this integration, NCache acts as a centralized key storage provider for the Data Protection services.
In This Section
Configuring ASP.NET Core Data Protection Provider
Explains the steps required to configure ASP.NET Data Protection Provider.