Skip to content

Learn to secure ASP.NET Core app data with Secret Manager. Store and manage secrets locally. Explore Azure Key Vault integration for cloud deployment. Essential for protecting sensitive information from attackers.

Notifications You must be signed in to change notification settings

778569/Managing-App-Secrets-in-.NET-Core

Repository files navigation

Managing-App-Secrets-in-.NET-Core

Configuration Information-

  1. Database Connection Strings
  2. API keys – which are not user-specific confidential values
  • Setting App Secret for .Net Core App

  • inject the IConfiguration file

image

image

  • Replacing and Removing Secrets-

image

image

  • set the connection string and password

image

image

Managing Application Secrets in Azure-

All code and Explonation inclued in the document

image

image

image

About

Learn to secure ASP.NET Core app data with Secret Manager. Store and manage secrets locally. Explore Azure Key Vault integration for cloud deployment. Essential for protecting sensitive information from attackers.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages