Wednesday, February 3, 2010

How many securities related frameworks available in ASP.NET?

The ASP.NET Framework includes four frameworks related to security:
  • ASP.NET Authentication: - Enables us to identify users.
  • ASP.NET Authorization: - Enables us to authorize users to request particular resources.
  • ASP.NET Membership: - Enables us to represent users and modify their properties.
  • Role Manager: - Enables us to represent user roles and modify their properties.

No comments:

Post a Comment