ASP.NET Core Practice Test
ASP.NET Core Configuration & Environments 2
What is the purpose of User Secrets in ASP.NET Core development?
Select your answer
A
Encrypting production appsettings.json
B
Storing sensitive development config outside the project directory
C
Managing user authentication secrets
D
Hashing passwords in the database
Hint