RoleManagerSection Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CacheRolesInCookie | Gets or sets a value indicating whether the current user's roles are cached in a cookie. |
![]() | CookieName | Gets or sets the name of the cookie that is used to cache role names. |
![]() | CookiePath | Gets or sets the virtual path of the cookie that is used to cache role names. |
![]() | CookieProtection | Gets or sets the type of security that is used to protect the cookie that caches role names. |
![]() | CookieRequireSSL | Gets or sets a value indicating whether the cookie that is used to cache role names requires a Secure Sockets Layer (SSL) connection in order to be returned to the server. |
![]() | CookieSlidingExpiration | Gets or sets a value indicating whether the cookie that is used to cache role names will be reset periodically. |
![]() | CookieTimeout | Gets or sets the number of minutes before the cookie that is used to cache role names expires. |
![]() | CreatePersistentCookie | Indicates whether a session-based cookie or a persistent cookie is used to cache role names. |
![]() | CurrentConfiguration | Gets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to.(Inherited from ConfigurationElement.) |
![]() | DefaultProvider | Gets or sets the name of the default provider that is used to manage roles. |
![]() | Domain | Gets or sets the name of the domain that is associated with the cookie that is used to cache role names. |
![]() | ElementInformation | Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object. (Inherited from ConfigurationElement.) |
![]() | ElementProperty | Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself.(Inherited from ConfigurationElement.) |
![]() | Enabled | Gets or sets a value indicating whether the ASP.NET role management feature is enabled. |
![]() | Item(ConfigurationProperty) | Gets or sets a property or attribute of this configuration element.(Inherited from ConfigurationElement.) |
![]() | Item(String) | Gets or sets a property, attribute, or child element of this configuration element.(Inherited from ConfigurationElement.) |
![]() | 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.) |
![]() | MaxCachedResults | Gets or sets the maximum number of roles that ASP.NET caches in the role cookie. |
![]() | Properties | Gets the collection of properties.(Inherited from ConfigurationElement.) |
![]() | Providers | Gets a ProviderSettingsCollection object of ProviderSettings elements. |
![]() | SectionInformation | Gets a SectionInformation object that contains the non-customizable information and functionality of the ConfigurationSection object. (Inherited from ConfigurationSection.) |

