Having come over to .Net from javascript land I found myself confused when I needed to store sensitive information for
the first time. I couldn't use a .env
file and proccess.env.superSecretThing
anymore. No worries though because there
are tons of ways to store sensitive data using .Net!
Using Secret Manager in ASP.NET
· 5 minuten leestijd