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.
それらは永久に保管されていますか、それともそれらを保存するためのより良い方法はありますか?