I'm using a private key to generate and validate the token. I'll be using this private key in 3 different .cs files. Right now, it's hard-coded in these 3 files.
My question is, Where to save this private key in the project. (not DB or Azure).
Thanks!