System.Web.Configuration.RoleManagerSection.MaxCachedResults Property

Gets or sets the maximum number of roles that ASP.NET caches in the role cookie.

Syntax

[System.Configuration.ConfigurationProperty("maxCachedResults", DefaultValue=25)]
public int MaxCachedResults { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.Security.Roles.MaxCachedResults property returns an integer indicating the maximum number of roles that ASP.NET caches in the role cookie. The default is 25.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0