System.Web.Security.FormsAuthentication.RedirectFromLoginPage C# (CSharp) Method

RedirectFromLoginPage() public static method

public static RedirectFromLoginPage ( string userName, bool createPersistentCookie ) : void
userName string
createPersistentCookie bool
return void
		public static void RedirectFromLoginPage (string userName, bool createPersistentCookie)
		{
			RedirectFromLoginPage (userName, createPersistentCookie, null);
		}

Same methods

FormsAuthentication::RedirectFromLoginPage ( string userName, bool createPersistentCookie, string strCookiePath ) : void