diff --git a/aspnetcore/security/data-protection/compatibility/replacing-machinekey.md b/aspnetcore/security/data-protection/compatibility/replacing-machinekey.md index be380d1d50..86530bf855 100644 --- a/aspnetcore/security/data-protection/compatibility/replacing-machinekey.md +++ b/aspnetcore/security/data-protection/compatibility/replacing-machinekey.md @@ -1,5 +1,5 @@ --- -title: Replacing in ASP.NET | Microsoft Docs +title: Replacing \ in ASP.NET | Microsoft Docs author: rick-anderson description: keywords: ASP.NET Core, @@ -12,11 +12,11 @@ ms.technology: aspnet ms.prod: aspnet-core uid: security/data-protection/compatibility/replacing-machinekey --- -# Replacing in ASP.NET +# Replacing \ in ASP.NET -The implementation of the element in ASP.NET [is replaceable](http://blogs.msdn.com/b/webdev/archive/2012/10/23/cryptographic-improvements-in-asp-net-4-5-pt-2.aspx). This allows most calls to ASP.NET cryptographic routines to be routed through a replacement data protection mechanism, including the new data protection system. +The implementation of the \ element in ASP.NET [is replaceable](http://blogs.msdn.com/b/webdev/archive/2012/10/23/cryptographic-improvements-in-asp-net-4-5-pt-2.aspx). This allows most calls to ASP.NET cryptographic routines to be routed through a replacement data protection mechanism, including the new data protection system. ## Package installation