The properties of System.Web.Configuration.RoleManagerSection are listed below. For a list of all members, see the RoleManagerSection Members list.
See Also: Inherited members from System.Configuration.ConfigurationSection
CacheRolesInCookie | bool.
![]() Gets or sets a value indicating whether the current user's roles are cached in a cookie. | |
CookieName | string.
![]() Gets or sets the name of the cookie that is used to cache role names. | |
CookiePath | string.
![]() Gets or sets the virtual path of the cookie that is used to cache role names. | |
CookieProtection | System.Web.Security.CookieProtection.
![]() Gets or sets the type of security that is used to protect the cookie that caches role names. | |
CookieRequireSSL | bool.
![]() 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 | bool.
![]() Gets or sets a value indicating whether the cookie that is used to cache role names will be reset periodically. | |
CookieTimeout | TimeSpan.
![]() Gets or sets the number of minutes before the cookie that is used to cache role names expires. | |
CreatePersistentCookie | bool.
![]() Indicates whether a session-based cookie or a persistent cookie is used to cache role names. | |
DefaultProvider | string.
![]() Gets or sets the name of the default provider that is used to manage roles. | |
Domain | string.
![]() Gets or sets the name of the domain that is associated with the cookie that is used to cache role names. | |
Enabled | bool.
![]() Gets or sets a value indicating whether the ASP.NET role management feature is enabled. | |
MaxCachedResults | int.
![]() Gets or sets the maximum number of roles that ASP.NET caches in the role cookie. | |
[read-only] | Providers | System.Configuration.ProviderSettingsCollection.
![]() Gets a System.Configuration.ProviderSettingsCollection object of System.Configuration.ProviderSettings elements. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered. |