AspNetCore.Docs/aspnetcore/security/cookie-sharing/sample/KeyRing
Luke Latham 2573b3b9d9 Move cookie sharing topic to Security (#5668) 2018-03-13 08:38:44 -05:00
..
README.md Move cookie sharing topic to Security (#5668) 2018-03-13 08:38:44 -05:00
key-657cf77b-e662-48e4-912a-c80edc60e56b.xml Move cookie sharing topic to Security (#5668) 2018-03-13 08:38:44 -05:00

README.md

Data protection key folder

This file is a placeholder to create a shared folder for data protection keys.

In a production deployment, place the keys outside of the development root and never check-in files in this directory into source control. Protect data protection keys in the files with DPAPI or an X509Certificate.

See Data Protection in ASP.NET Core: Consumer APIs, configuration, extensibility APIs and implementation for more information.