From ea8f1930c8fb849a61a4e7851a1b92d9b894c497 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Wed, 19 Sep 2018 12:01:41 -1000 Subject: [PATCH] Update overview.md --- aspnetcore/security/data-protection/configuration/overview.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/aspnetcore/security/data-protection/configuration/overview.md b/aspnetcore/security/data-protection/configuration/overview.md index dba2bb0afd..de743c7727 100644 --- a/aspnetcore/security/data-protection/configuration/overview.md +++ b/aspnetcore/security/data-protection/configuration/overview.md @@ -9,8 +9,6 @@ uid: security/data-protection/configuration/overview --- # Configure ASP.NET Core Data Protection -By [Rick Anderson](https://twitter.com/RickAndMSFT) - When the Data Protection system is initialized, it applies [default settings](xref:security/data-protection/configuration/default-settings) based on the operational environment. These settings are generally appropriate for apps running on a single machine. There are cases where a developer may want to change the default settings: * The app is spread across multiple machines.