From 10ad53cbf37884c61b2d523c63faadb9390800f7 Mon Sep 17 00:00:00 2001 From: Tyf0x Date: Thu, 16 Feb 2017 15:12:15 +1100 Subject: [PATCH] Fix display for machineKey tag (#2775) The \ tag wasn't escaped and therefore considered as a tag by Markdown and not displayed. --- .../data-protection/compatibility/replacing-machinekey.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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