How to implement security component in Windows Forms?
Coming from ASP.NET into WindowsForms app development I was expecting to see the similar controls to work with. To my surprise, I didn't see any security controls (login, user management, etc.) Am I missing something, or I'd have to implement my own security for the application (role based security, user management, etc.)? The application is for internal use (10 -20 users) but security is very important due to sensitive data. (MSSQL Server 2005 is in the back end, .NET 3.5) Any info would be appreciated. EDIT: i guess my question is "Is there an analog of ASP.NET's Membership provider in