This documentation is archived and is not being maintained.
FormsAuthentication.Initialize Method
.NET Framework 1.1
Initializes FormsAuthentication by reading the configuration and getting the cookie values and encryption keys for the given application.
[Visual Basic] Public Shared Sub Initialize() [C#] public static void Initialize(); [C++] public: static void Initialize(); [JScript] public static function Initialize();
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
FormsAuthentication Class | FormsAuthentication Members | System.Web.Security Namespace
Show: