How do UserSecrets work in the Cloud?

我是研究僧i 提交于 2019-12-06 16:19:06

Secrets exists for safe storage during development by helping prevent sensitive data from being storing in code / checked into source control.

The Secret Manager tool does not encrypt the stored secrets and should not be treated as a trusted store. It is for development purposes only. The keys and values are stored in a JSON configuration file in the user profile directory.

In Cloud you can directly use Environment Variables for that.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!