[To be supplied.]
[Visual Basic] Public Shared Sub RedirectFromLoginPage( _ ByVal userName As String, _ ByVal createPersistentCookie As Boolean _ ) [C#] public static void RedirectFromLoginPage( string userName, bool createPersistentCookie ); [C++] public: static void RedirectFromLoginPage( String* userName, bool createPersistentCookie ); [JScript] public static function RedirectFromLoginPage( userName : String, createPersistentCookie : Boolean );
CookieAuthentication Class | CookieAuthentication Members | System.Web.Security Namespace