ASP.NET Core Data Protection Provider Overview
Web applications often contain security-sensitive data. Thus, for data protection, NCache supports the ASP.NET Data Protection Providers. The ASP.NET Core Data Protection provides cryptographic API to protect data, including key management and rotation. Data that should not be accessible to everyone in a shared environment can be protected using ASP.NET Data Protection Provider.
In This Section
Configuring ASP.NET Core Data Protection Provider
Explains the steps required to configure ASP.NET Data Protection Provider.