The methods of System.Web.Security.FormsAuthentication are listed below. For a list of all members, see the FormsAuthentication Members list.
See Also: Inherited members from System.Object
staticAuthenticate(string, string) : bool Documentation for this section has not yet been entered. staticDecrypt(string) : FormsAuthenticationTicket Decrypts a string into a FormsAuthenticationTickets staticEncrypt(FormsAuthenticationTicket) : string Encrypts the System.Web.Security.FormsAuthenticationTicket based on the configuration information for the application. staticGetAuthCookie(string, bool) : System.Web.HttpCookie Documentation for this section has not yet been entered. staticGetAuthCookie(string, bool, string) : System.Web.HttpCookie Documentation for this section has not yet been entered. staticGetRedirectUrl(string, bool) : string Documentation for this section has not yet been entered. staticHashPasswordForStoringInConfigFile(string, string) : string Calculates the hash of a string using the selected algorithm and returns it as a string for storing in a database or configuration file. staticInitialize() Documentation for this section has not yet been entered. staticRedirectFromLoginPage(string, bool) Documentation for this section has not yet been entered. staticRedirectFromLoginPage(string, bool, string) Documentation for this section has not yet been entered. staticRedirectToLoginPage() Documentation for this section has not yet been entered. staticRedirectToLoginPage(string) Documentation for this section has not yet been entered. staticRenewTicketIfOld(FormsAuthenticationTicket) : FormsAuthenticationTicket Documentation for this section has not yet been entered. staticSetAuthCookie(string, bool) Documentation for this section has not yet been entered. staticSetAuthCookie(string, bool, string) Documentation for this section has not yet been entered. staticSignOut() Documentation for this section has not yet been entered.