The Basics: Authentication and Authorization
There are two main aspects of security in both Windows Forms and ASP.NET applications - Authentication and Authorization.
- Authentication is the process of determining if the person trying to access your application is a valid user.
- Authorization is the process of determing the access rights (no access, full access, read-only access) of a user once they are authenticated.
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 04/26/12
Comment or report problem with topic
