Fix DPAPI's docs link (#25305)

pull/25295/head
CT 2022-03-14 17:43:17 +03:30 committed by GitHub
parent 4c576cac92
commit 03a1cfafb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ uid: security/data-protection/introduction
The ASP.NET Core data protection provides a cryptographic API to protect data, including key management and rotation.
Web applications often need to store security-sensitive data. Windows provides a data protection API, [DPAPI](/dotnet/standard/security/how-to-use-data-protection for desktop applications), but Windows DPAPI isn't intended for use in web applications.
Web applications often need to store security-sensitive data. Windows provides a data protection API, [DPAPI](/dotnet/standard/security/how-to-use-data-protection), but Windows DPAPI isn't intended for use in web applications.
The ASP.NET Core data protection stack is designed to serve as the long-term replacement for the <machineKey> element in ASP.NET 1.x - 4.x. It was designed to address many of the shortcomings of the old cryptographic stack while providing an out-of-the-box solution for the majority of use cases modern applications are likely to encounter.