Securing Passwords and Keys with UserSecrets
Obviously, it’s not a good idea to keep your sensitive information like passwords, keys and secrets in your code. This will be checked in to shared repos or they can be extracted quite easily if access to the built EXEs/DLLs is obtained. There are several options and while Azure Key Vault is probably the sensible…