The members of System.Web.Security.FormsAuthentication are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.Security.FormsAuthentication class. |
[read-only] static | CookieDomain | string.
Gets the value of the domain of the forms-authentication cookie. |
[read-only] static | CookieMode | System.Web.HttpCookieMode.
Gets a value that indicates whether the application is configured for cookieless forms authentication. |
[read-only] static | CookiesSupported | bool.
Gets a value that indicates whether the application is configured to support cookieless forms authentication. |
[read-only] static | DefaultUrl | string.
Gets the URL that the System.Web.Security.FormsAuthentication class will redirect to if no redirect URL is specified. |
[read-only] static | EnableCrossAppRedirects | bool.
Gets a value indicating whether authenticated users can be redirected to URLs in other Web applications. |
[read-only] static | FormsCookieName | string.
Gets the name of the cookie used to store the forms-authentication ticket. |
[read-only] static | FormsCookiePath | string.
Gets the path for the forms-authentication cookie. |
[read-only] static | LoginUrl | string.
Gets the URL for the login page that the System.Web.Security.FormsAuthentication class will redirect to. |
[read-only] static | RequireSSL | bool.
Gets a value indicating whether the forms-authentication cookie requires SSL in order to be returned to the server. |
[read-only] static | SlidingExpiration | bool.
Gets a value indicating whether sliding expiration is enabled. |
static | Authenticate(string, string)
| |
static | Decrypt(string)
| |
static | Encrypt(FormsAuthenticationTicket)
| |
static | GetAuthCookie(string, bool)
| |
static | GetAuthCookie(string, bool, string)
| |
static | GetRedirectUrl(string, bool)
| |
static | HashPasswordForStoringInConfigFile(string, string)
| |
static | Initialize()
| |
static | RedirectFromLoginPage(string, bool)
| |
static | RedirectFromLoginPage(string, bool, string)
| |
static | RedirectToLoginPage()
| |
static | RedirectToLoginPage(string)
| |
static | RenewTicketIfOld(FormsAuthenticationTicket)
| |
static | SetAuthCookie(string, bool)
| |
static | SetAuthCookie(string, bool, string)
| |
static | SignOut()
|