1.3 KiB
1.3 KiB
title | author | description | ms.author | manager | ms.date | ms.topic | 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. | riande | wpickett | 10/12/2017 | article | 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.