FormsAuthentication Properties
.NET Framework 2.0
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.
|
![]() ![]() | 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.
|
Reference
FormsAuthentication ClassSystem.Web.Security Namespace
Other Resources
Forms Authentication Provider
Show: