FormsAuthenticationConfiguration Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Cookieless |
Gets or sets a value indicating whether forms-based authentication should use cookies.
|
| Credentials |
Gets the FormsAuthenticationCredentials collection of user names and passwords.
|
| DefaultUrl |
Gets or sets the default URL.
|
| Domain |
Gets or sets the domain name to be sent with forms authentication cookies.
|
| ElementInformation |
Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object.
(inherited from
ConfigurationElement)
|
| EnableCrossAppRedirects |
Gets or sets a value indicating whether authenticated users can be redirected to URLS in other applications.
|
| LockAllAttributesExcept |
Gets the collection of locked attributes.
(inherited from
ConfigurationElement)
|
| LockAllElementsExcept |
Gets the collection of locked elements.
(inherited from
ConfigurationElement)
|
| LockAttributes |
Gets the collection of locked attributes
(inherited from
ConfigurationElement)
|
| LockElements |
Gets the collection of locked elements.
(inherited from
ConfigurationElement)
|
| LockItem |
Gets or sets a value indicating whether the element is locked.
(inherited from
ConfigurationElement)
|
| LoginUrl |
Gets or sets the redirection URL for the request.
|
| Name |
Gets or sets the cookie name.
|
| Path |
Gets or sets the cookie path.
|
| Protection |
Gets or sets the encryption type used to encrypt the cookie.
|
| RequireSSL |
Gets or sets a value indicating whether a Secure Sockets Layer (SSL) connection is required when transmitting authentication information.
|
| SlidingExpiration |
Gets or sets the authentication sliding expiration.
|
| Timeout |
Gets or sets the authentication time-out.
|
| Name | Description | |
|---|---|---|
| ElementProperty |
Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself.
(inherited from
ConfigurationElement)
|
| EvaluationContext |
Gets the ContextInformation object for the ConfigurationElement object.
(inherited from
ConfigurationElement)
|
| Item |
Overloaded.
Gets or sets a property, attribute, or child element of this ConfigurationElement object.
(inherited from
ConfigurationElement)
|
| Properties |
Gets the collection of properties.
(inherited from
ConfigurationElement)
|
Reference
FormsAuthenticationConfiguration ClassSystem.Web.Configuration Namespace
Other Resources
authentication Element (ASP.NET Settings Schema)forms Element for authentication (ASP.NET Settings Schema)
credentials Element for forms for authentication (ASP.NET Settings Schema)
ASP.NET Authentication
Forms Authentication Provider
Forms Authentication Across Applications