mathpaquette / IQFeed.CSharpApiClient

IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available
MIT License
121 stars 42 forks source link

Password and UserID in registry #30

Closed veng1 closed 6 years ago

veng1 commented 6 years ago

The IQFeed launcher will use the PW and user id from the registry. That seems like a more secure method than including it in app.config where one has to remember to remove it when the code is shared.

Could that be done in the next version?

mathpaquette commented 6 years ago

We're supporting User environment variables and app.config. User environment is the one prioritized for local deployment to app.config is important for remote deployment.