Mono Class Library: Overview

System.Web.Security.FormsAuthentication: Members

The members of System.Web.Security.FormsAuthentication are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
static
CookieDomainstring. Documentation for this section has not yet been entered.
[read-only]
static
CookieModeSystem.Web.HttpCookieMode. Documentation for this section has not yet been entered.
[read-only]
static
CookiesSupportedbool. Documentation for this section has not yet been entered.
[read-only]
static
DefaultUrlstring. Documentation for this section has not yet been entered.
[read-only]
static
EnableCrossAppRedirectsbool. Documentation for this section has not yet been entered.
[read-only]
static
FormsCookieNamestring. Documentation for this section has not yet been entered.
[read-only]
static
FormsCookiePathstring. Documentation for this section has not yet been entered.
[read-only]
static
LoginUrlstring. Documentation for this section has not yet been entered.
[read-only]
static
RequireSSLbool. Documentation for this section has not yet been entered.
[read-only]
static
SlidingExpirationbool. Documentation for this section has not yet been entered.

Public Methods

static
Authenticate(string, string) : bool
Documentation for this section has not yet been entered.
static
Decrypt(string) : FormsAuthenticationTicket
Decrypts a string into a FormsAuthenticationTickets
static
Encrypt(FormsAuthenticationTicket) : string
Encrypts the System.Web.Security.FormsAuthenticationTicket based on the configuration information for the application.
static
GetAuthCookie(string, bool) : System.Web.HttpCookie
Documentation for this section has not yet been entered.
static
GetAuthCookie(string, bool, string) : System.Web.HttpCookie
Documentation for this section has not yet been entered.
static
GetRedirectUrl(string, bool) : string
Documentation for this section has not yet been entered.
static
HashPasswordForStoringInConfigFile(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.
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) : FormsAuthenticationTicket
Documentation 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.