From ab393c5c4bb75f9f561c7b842243991b273cd9e5 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:15:39 -1000 Subject: [PATCH] Update app-secrets.md --- aspnetcore/security/app-secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/app-secrets.md b/aspnetcore/security/app-secrets.md index 37adcb17e4..e1a0a0e9e7 100644 --- a/aspnetcore/security/app-secrets.md +++ b/aspnetcore/security/app-secrets.md @@ -60,7 +60,7 @@ File system path: In the preceding file paths, replace `` with the `UserSecretsId` value specified in the project file. -Don't write code that depends on the location or format of data saved with the Secret Manager tool. These implementation details may change. For example, the secret values aren't encrypted, but could be in the future. +Don't write code that depends on the location or format of data saved with the Secret Manager tool. These implementation details may change. For example, the secret values aren't encrypted. ## Enable secret storage