Authorization and authenthication for WinForm application

Posted by Adrian on Stack Overflow See other posts from Stack Overflow or by Adrian
Published on 2009-11-16T11:14:59Z Indexed on 2010/03/31 19:03 UTC
Read the original article Hit count: 643

Filed under:
|
|

Hi!

I'm starting to develop windows application and I've been looking around for some authenthication and authorization solution available, but no luck so far. I have to be able to allow admin create users and roles, assign users to roles and define access to controls on form for specified roles (button enabled/disabled etc).

Is there any solution out there or maybe someone could give me short description of solution he's using?

Adrian

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms