File tree Expand file tree Collapse file tree
aspnetcore/security/data-protection/implementation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,17 @@ title: Key storage format in ASP.NET Core
33author : rick-anderson
44description : Learn implementation details of the ASP.NET Core Data Protection key storage format.
55ms.author : riande
6- ms.date : 10/14/2016
6+ ms.date : 04/08/2020
77uid : security/data-protection/implementation/key-storage-format
88---
99# Key storage format in ASP.NET Core
1010
1111<a name =" data-protection-implementation-key-storage-format " ></a >
1212
13- Objects are stored at rest in XML representation. The default directory for key storage is %LOCALAPPDATA%\ASP.NET\DataProtection-Keys\.
13+ Objects are stored at rest in XML representation. The default directory for key storage is:
14+
15+ * Windows: * %LOCALAPPDATA%\ASP.NET\DataProtection-Keys\*
16+ * macOS / Linux: * $HOME/.aspnet/DataProtection-Keys*
1417
1518## The \< key> element
1619
You can’t perform that action at this time.
0 commit comments