Skip to content

Commit 21647ee

Browse files
Update key-encryption-at-rest.md (#18214)
* Update key-encryption-at-rest.md * Update key-encryption-at-rest.md * Update key-encryption-at-rest.md
1 parent fdd7573 commit 21647ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/security/data-protection/implementation/key-encryption-at-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Key encryption At rest in ASP.NET Core
2+
title: Key encryption at rest in Windows and Azure using ASP.NET Core
33
author: rick-anderson
44
description: Learn implementation details of ASP.NET Core Data Protection key encryption at rest.
55
ms.author: riande
66
ms.date: 07/16/2018
77
no-loc: [Blazor, "Identity", "Let's Encrypt", Razor, SignalR]
88
uid: security/data-protection/implementation/key-encryption-at-rest
99
---
10-
# Key encryption at rest in ASP.NET Core
10+
# Key encryption at rest in Windows and Azure using ASP.NET Core
1111

1212
The data protection system [employs a discovery mechanism by default](xref:security/data-protection/configuration/default-settings) to determine how cryptographic keys should be encrypted at rest. The developer can override the discovery mechanism and manually specify how keys should be encrypted at rest.
1313

0 commit comments

Comments
 (0)