0

I've been developing an application that makes use of Authentication of users to access the program. I wondered if there's actually some framework in C# somewhere that can be used to make this process of WinForm Authentication in software development easier?

Tony

Tony The Lion
  • 59,704
  • 62
  • 233
  • 403
  • Pretty much duplicate: http://stackoverflow.com/questions/351837/any-frameworks-on-authentication-authorization-for-windows-form-application – Oskar Oct 30 '09 at 13:07

1 Answers1

2

Maybe this article is useful for you: Unify Windows Forms and ASP.NET Providers for Credentials Management

Konamiman
  • 48,742
  • 16
  • 110
  • 136