This documentation is archived and is not being maintained.
FormsAuthenticationModule Class
.NET Framework 1.1
Enables ASP.NET applications to use forms authentication. This class cannot be inherited.
For a list of all members of this type, see FormsAuthenticationModule Members.
System.Object
System.Web.Security.FormsAuthenticationModule
[Visual Basic] NotInheritable Public Class FormsAuthenticationModule Implements IHttpModule [C#] public sealed class FormsAuthenticationModule : IHttpModule [C++] public __gc __sealed class FormsAuthenticationModule : public IHttpModule [JScript] public class FormsAuthenticationModule implements IHttpModule
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The Authenticate member of FormsAuthenticationModule is the event raised during Forms authentication.
Requirements
Namespace: System.Web.Security
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
FormsAuthenticationModule Members | System.Web.Security Namespace | FormsAuthentication
Show: