FormsAuthenticationConfiguration.Domain Property
.NET Framework (current version)
Gets or sets the domain name to be sent with forms authentication cookies.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("domain", DefaultValue = "")>] member Domain : string with get, set
Property Value
Type: System.StringThe name of the domain for the outgoing forms authentication cookies. Default is an empty string.
The Domain is used for the authentication cookies.
This property corresponds to the value of HttpCookie.Domain.
This setting will take precedence over the domain attribute of the section for forms authentication cookies.
The following code example shows how to access the Domain property. Refer to the code example in the FormsAuthenticationConfiguration class topic to learn how to get the section.
.NET Framework
Available since 2.0
Available since 2.0
Show: