Gets or sets the name of the domain that is associated with the cookie that is used to cache role names.
Documentation for this section has not yet been entered.
The RoleManagerSection.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 RoleManagerSection.Domain property returns null and the role names cookie domain defaults to the behavior of the System.Web.HttpCookie.Domain property. The default is an empty string.