Best way to develop a secured application. With .net

Posted by John S on Stack Overflow See other posts from Stack Overflow or by John S
Published on 2010-03-30T15:12:13Z Indexed on 2010/03/30 15:23 UTC
Read the original article Hit count: 120

Filed under:
|

Hello, we are developing a windows application, and as most apps out there, there is a login form. What I don't like is that the login form validates the user and opens the main form if user and pass are correct. Simple as is.

All the function calls etc are called without verifying the user and pass again, what should be the right thing to do.

What's the best way to develop a secured application that if for any reason, the login form is by passed, the other function calls won't run?

Some devs suggested that we include an user and pass params on each function, which seems to be wrong...

thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about security