Reputation: 910
Can anyone think of a reason not use the ASP.NET membership providers in a winforms application?
Has anyone have experience doing this?
Upvotes: 3
Views: 1625
Reputation: 124746
Using ASP.NET membership providers on a client in a WinForms application is insecure, since a malicious user can replace the provider by one of his own choosing simply by editing the application configuration file.
What exactly are you trying to achieve, and is security important?
Upvotes: 5