C#C
C#2y ago
The Don

Environment Variables/Persistent Values in OpenSilver

Dear Community -

I am trying to find a way to store and recall user credentials (such as an API key from a back-end or other user-critical data) when using an OpenSilver project, and haven't had much luck.

I was wondering if the community could offer an insight on this.

What I've tried (without success) :
  • Environment Variables (Using System.Environment).
  • User Secrets.
  • Storing a file in the file system.
Thank you, kindly!
Was this page helpful?