How to pass credentials in C# without hard-coding them?

Aug 7 2018 9:35 AM
I am supposed to connect to Oracle Database from C# code and I am not supposed to hard-code the credentials or store them in a file due to security reasons.
User can not be asked to enter crendentials every time. 
How to safely pass credentials? 
 

Answers (1)