1.2 KiB
1.2 KiB
title | author | description | ms.author | ms.date | uid |
---|---|---|---|---|---|
Data Protection configuration in ASP.NET Core | rick-anderson | Discover topics that explain how to configure Data Protection in ASP.NET Core. | riande | 10/12/2017 | 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:
-
Configure ASP.NET Core 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 xref:Microsoft.AspNetCore.DataProtection.DataProtectionProvider concrete type to use Data Protection without going through DI-specific code paths.