2016-10-29 01:35:15 +08:00
---
2017-10-21 04:15:26 +08:00
title: Data Protection configuration in ASP.NET Core
2016-10-29 01:35:15 +08:00
author: rick-anderson
2017-10-21 04:15:26 +08:00
description: Discover topics that explain how to configure Data Protection in ASP.NET Core.
2018-01-29 23:21:31 +08:00
ms.author: riande
2017-10-21 04:15:26 +08:00
ms.date: 10/12/2017
2016-10-29 01:35:15 +08:00
uid: security/data-protection/configuration/index
---
2017-10-21 04:15:26 +08:00
# Data Protection configuration in ASP.NET Core
2016-10-29 01:35:15 +08:00
2017-10-21 04:15:26 +08:00
Visit these topics to learn about Data Protection configuration in ASP.NET Core:
2016-10-29 01:35:15 +08:00
2018-03-22 08:18:35 +08:00
* [Configure ASP.NET Core Data Protection ](xref:security/data-protection/configuration/overview )
2017-10-21 04:15:26 +08:00
An overview on configuring ASP.NET Core Data Protection.
2016-10-29 01:35:15 +08:00
2017-10-21 04:15:26 +08:00
* [Data Protection key management and lifetime ](xref:security/data-protection/configuration/default-settings )
Information on Data Protection key management and lifetime.
2016-10-29 01:35:15 +08:00
2017-10-21 04:15:26 +08:00
* [Data Protection machine-wide policy support ](xref:security/data-protection/configuration/machine-wide-policy )
Details on setting a default machine-wide policy for all apps that use Data Protection.
* [Non-DI aware scenarios for Data Protection in ASP.NET Core ](xref:security/data-protection/configuration/non-di-scenarios )
2022-02-15 18:49:11 +08:00
How to use the < xref:Microsoft.AspNetCore.DataProtection.DataProtectionProvider > concrete type to use Data Protection without going through DI-specific code paths.