The members of System.Web.Security.FormsAuthentication are listed below.
See Also: Inherited members from System.Object
| | Documentation for this section has not yet been entered. |
static | Authenticate(string, string) : boolDocumentation for this section has not yet been entered. |
static | Decrypt(string) : FormsAuthenticationTicketDecrypts a string into a FormsAuthenticationTickets |
static | Encrypt(FormsAuthenticationTicket) : stringEncrypts the System.Web.Security.FormsAuthenticationTicket based on the configuration information for the application. |
static | GetAuthCookie(string, bool) : System.Web.HttpCookieDocumentation for this section has not yet been entered. |
static | GetAuthCookie(string, bool, string) : System.Web.HttpCookieDocumentation for this section has not yet been entered. |
static | GetRedirectUrl(string, bool) : stringDocumentation for this section has not yet been entered. |
static | HashPasswordForStoringInConfigFile(string, string) : stringCalculates the hash of a string using the selected algorithm and returns it as a string for storing in a database or configuration file. |
static | Initialize()Documentation for this section has not yet been entered. |
static | RedirectFromLoginPage(string, bool)Documentation for this section has not yet been entered. |
static | RedirectFromLoginPage(string, bool, string)Documentation for this section has not yet been entered. |
static | RedirectToLoginPage()Documentation for this section has not yet been entered. |
static | RedirectToLoginPage(string)Documentation for this section has not yet been entered. |
static | RenewTicketIfOld(FormsAuthenticationTicket) : FormsAuthenticationTicketDocumentation for this section has not yet been entered. |
static | SetAuthCookie(string, bool)Documentation for this section has not yet been entered. |
static | SetAuthCookie(string, bool, string)Documentation for this section has not yet been entered. |
static | SignOut()Documentation for this section has not yet been entered. |