Skip to content

Commit

Permalink
Merge pull request #33641 from dotnet/Rick-Anderson-patch-11
Browse files Browse the repository at this point in the history
Update app-secrets.md
  • Loading branch information
Rick-Anderson authored Sep 19, 2024
2 parents 1658e76 + ab393c5 commit 81f25cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/security/app-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ File system path:

In the preceding file paths, replace `<user_secrets_id>` 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

Expand Down

0 comments on commit 81f25cc

Please sign in to comment.