AspNetCore.Docs/aspnetcore/security/data-protection/configuration/index.md

28 lines
1.3 KiB
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
title: Data Protection configuration in ASP.NET Core
2016-10-29 01:35:15 +08:00
author: rick-anderson
description: Discover topics that explain how to configure Data Protection in ASP.NET Core.
2016-10-29 01:35:15 +08:00
manager: wpickett
2018-01-29 23:21:31 +08:00
ms.author: riande
ms.date: 10/12/2017
ms.prod: asp.net-core
2018-01-29 23:21:31 +08:00
ms.technology: aspnet
ms.topic: article
2016-10-29 01:35:15 +08:00
uid: security/data-protection/configuration/index
---
# Data Protection configuration in ASP.NET Core
2016-10-29 01:35:15 +08:00
Visit these topics to learn about Data Protection configuration in ASP.NET Core:
2016-10-29 01:35:15 +08:00
* [Configuring Data Protection](xref:security/data-protection/configuration/overview)
An overview on configuring ASP.NET Core Data Protection.
2016-10-29 01:35:15 +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
* [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)
How to use the [DataProtectionProvider](/dotnet/api/Microsoft.AspNetCore.DataProtection.DataProtectionProvider) concrete type to use Data Protection without going through DI-specific code paths.