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.