Forms Authentication Classes

The System.Web.Security namespace contains all the classes that are used to implement ASP.NET security in Web server applications. Table 9-6 shows the significant .NET Framework classes on Forms authentication.

Table 9-6. .NET Framework Classes on Forms Authentication
ClassDescription
FormsAuthenticationModuleAllows an ASP.NET application to employ Forms authentication.
FormsAuthenticationProvides static methods that deliver helper utilities for manipulating authentication tickets.
FormsAuthenticationTicketProvides the information represented in an authentication cookie as used by FormsAuthenticationModule.
FormsIdentityProvides an IIdentity-derived class to be used by FormsAuthenticationModule and allows an application ...

Get .NET Security and Cryptography now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.