This documentation is archived and is not being maintained.
FormsAuthentication Properties
Visual Studio 2010
The FormsAuthentication type exposes the following members.
| Name | Description | |
|---|---|---|
|
CookieDomain | Gets the value of the domain of the forms-authentication cookie. |
|
CookieMode | Gets a value that indicates whether the application is configured for cookieless forms authentication. |
|
CookiesSupported | Gets a value that indicates whether the application is configured to support cookieless forms authentication. |
|
DefaultUrl | Gets the URL that the FormsAuthentication class will redirect to if no redirect URL is specified. |
|
EnableCrossAppRedirects | Gets a value indicating whether authenticated users can be redirected to URLs in other Web applications. |
|
FormsCookieName | Gets the name of the cookie used to store the forms-authentication ticket. |
|
FormsCookiePath | Gets the path for the forms-authentication cookie. |
|
IsEnabled | Gets a value that indicates whether forms authentication is enabled. |
|
LoginUrl | Gets the URL for the login page that the FormsAuthentication class will redirect to. |
|
RequireSSL | Gets a value indicating whether the forms-authentication cookie requires SSL in order to be returned to the server. |
|
SlidingExpiration | Gets a value indicating whether sliding expiration is enabled. |
|
TicketCompatibilityMode | Gets the time-ticket compatibility mode that is specified in the configuration files. |
|
Timeout | Gets the time-out value, in minutes, that is specified in the configuration file. |
Show: