The properties of System.Web.Security.FormsAuthentication are listed below. For a list of all members, see the FormsAuthentication Members list.
See Also: Inherited members from System.Object
[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. |