From 8a67196a6cc2c671ba15e797facdd1d65e66b730 Mon Sep 17 00:00:00 2001 From: Joseph Sewell Date: Wed, 1 Nov 2017 16:05:16 -0400 Subject: [PATCH] Note the corresponding MSDN Mag article --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d1181..02ad689 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Dotfuscator Runtime Checks Sample This is a sample line-of-business solution that demonstrates the use of Runtime Checks, a security feature offered by Dotfuscator Community Edition, which is included with Visual Studio 2017. +This sample accompanies the article [*Securing Data and Apps from Unauthorized Disclosure and Use*](https://msdn.microsoft.com/en-us/magazine/mt845626) in the November 2017 issue of MSDN Magazine. The solution is based on the [AdventureWorks2014 OLTP database sample for Microsoft SQL Server](https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks2014). The solution contains two apps: @@ -215,4 +216,4 @@ If using Application Insights, to view the incident telemetry after triggering a * **Tamper Check**: The event name is "Tampering Detected". - * Other feature-related events may also appear. \ No newline at end of file + * Other feature-related events may also appear.