1.4 KiB
1.4 KiB
title | author | description | keywords | ms.author | manager | ms.date | ms.topic | ms.assetid | ms.technology | ms.prod | uid |
---|---|---|---|---|---|---|---|---|---|---|---|
Data Protection configuration in ASP.NET Core | rick-anderson | Discover topics that explain how to configure Data Protection in ASP.NET Core. | ASP.NET Core,data protection | riande | wpickett | 10/12/2017 | article | 517047b3-b5a9-4b5a-9084-01dae4c74cef | aspnet | asp.net-core | security/data-protection/configuration/index |
Data Protection configuration in ASP.NET Core
Visit these topics to learn about Data Protection configuration in ASP.NET Core:
-
Configuring Data Protection
An overview on configuring ASP.NET Core Data Protection. -
Data Protection key management and lifetime
Information on Data Protection key management and lifetime. -
Data Protection machine-wide policy support
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
How to use the DataProtectionProvider concrete type to use Data Protection without going through DI-specific code paths.