Roles.Domain Property
.NET Framework 2.0
Gets the value of the domain of the role-names cookie.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Roles Members
System.Web.Security Namespace
Assembly: System.Web (in system.web.dll)
The Domain property value is set in the configuration for an ASP.NET application 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 a null reference (Nothing in Visual Basic) and the role-names cookie domain defaults to the behavior of the HttpCookieDomain property.
Reference
Roles ClassRoles Members
System.Web.Security Namespace
Other Resources
Understanding Role ManagementCommunity Additions
ADD
Show: