Introduction to Security in .NET

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 .

  • Share/Bookmark
Read more