RoleManagerSection.Domain Property
.NET Framework (current version)
Gets or sets the name of the domain that is associated with the cookie that is used to cache role names.
Assembly: System.Web (in System.Web.dll)
The Domain property is set in the configuration for an ASP.NET application by using the domain attribute of the roleManager configuration element. If no value is specified in the configuration for the domain attribute, the Domain property returns null and the role names cookie domain defaults to the behavior of the Domain property. The default is an empty string.
.NET Framework
Available since 2.0
Available since 2.0
Show: