mamu
mamu

Reputation: 12414

Where to persist some data in windows application

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

Answers (1)

Pentium10
Pentium10

Reputation: 208042

in Windows Registry as encrypted values, or in Application Data as encrypted files.

Upvotes: 5

Related Questions