System.Web.Security.FormsAuthentication: Property Members

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

Public Properties

[read-only]
static
CookieDomainstring.

Gets the value of the domain of the forms-authentication cookie.

[read-only]
static
CookieModeSystem.Web.HttpCookieMode.

Gets a value that indicates whether the application is configured for cookieless forms authentication.

[read-only]
static
CookiesSupportedbool.

Gets a value that indicates whether the application is configured to support cookieless forms authentication.

[read-only]
static
DefaultUrlstring.

Gets the URL that the System.Web.Security.FormsAuthentication class will redirect to if no redirect URL is specified.

[read-only]
static
EnableCrossAppRedirectsbool.

Gets a value indicating whether authenticated users can be redirected to URLs in other Web applications.

[read-only]
static
FormsCookieNamestring.

Gets the name of the cookie used to store the forms-authentication ticket.

[read-only]
static
FormsCookiePathstring.

Gets the path for the forms-authentication cookie.

[read-only]
static
LoginUrlstring.

Gets the URL for the login page that the System.Web.Security.FormsAuthentication class will redirect to.

[read-only]
static
RequireSSLbool.

Gets a value indicating whether the forms-authentication cookie requires SSL in order to be returned to the server.

[read-only]
static
SlidingExpirationbool.

Gets a value indicating whether sliding expiration is enabled.