我需要将我的 AWS 访问密钥存储在私有位置,并通过代码读取,而不是存储在其中。我正在考虑将它们存储在EnviromentVariabels中,但从描述中,不清楚它们是仅保留到应用程序重新启动,还是存储在注册表中直到被覆盖。
Creates, modifies, or deletes an environment variable stored in the current process
和
Creates, modifies, or deletes an environment variable stored in the current process or in the Windows operating system registry key reserved for the current user or local machine.
它们是否被永久保存,或者甚至有更好的方法来保存它们?