FormsAuthentication.Initialize Method
.NET Framework 2.0
Initializes the FormsAuthentication object based on the configuration settings for the application.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The Initialize method is called when the FormsAuthenticationModule creates an instance of the FormsAuthentication class. This method is not intended to be called from your code.
Community Additions
ADD
Show: