Introduction to Security in .NET
Posted on February 3, 2010 by Senthil Kumar
and has 1 comment.
When working with Security , it is important to understand these 2 terms.
Authentication is the process of determining whether the user can access the system. Commonly used ways of authentication is the username and a password .
Authorization : Once the user is authenticated,this process identifies the level of access allowed to a given user .
Read more

