Reputation: 12414
We are having a windows aplication(WPF .net 3.5) that client will be installing using ClickOne full trust.
At first startup user enters credential which are being used to communicate with server.
I need to persist those credential some where in windows app so it would be used by application to function.
Where and how could i save it?
I am new to window application world so please ignore my dummyness.
Upvotes: 1
Views: 202
Reputation: 208042
in Windows Registry
as encrypted values, or in Application Data
as encrypted files.
Upvotes: 5