FormsAuthentication Properties
Assembly: System.Web (in System.Web.dll)
| 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 a value that indicates whether to use Coordinated Universal Time (UTC) or local time for the ticket expiration date. |
![]() ![]() | Timeout | Gets the amount of time before an authentication ticket expires. |

