This documentation is archived and is not being maintained.
Roles Properties
Visual Studio 2008
The Roles type exposes the following members.
| Name | Description | |
|---|---|---|
|
ApplicationName | Gets or sets the name of the application to store and retrieve role information for. |
|
CacheRolesInCookie | Gets a value indicating whether the current user's roles are cached in a cookie. |
|
CookieName | Gets the name of the cookie where role names are cached. |
|
CookiePath | Gets the path for the cached role names cookie. |
|
CookieProtectionValue | Gets a value that indicates how role names cached in a cookie are protected. |
|
CookieRequireSSL | Gets a value indicating whether the role names cookie requires SSL in order to be returned to the server. |
|
CookieSlidingExpiration | Indicates whether the role names cookie expiration date and time will be reset periodically. |
|
CookieTimeout | Gets the number of minutes before the roles cookie expires. |
|
CreatePersistentCookie | Gets a value indicating whether the role-names cookie is session-based or persistent. |
|
Domain | Gets the value of the domain of the role-names cookie. |
|
Enabled | Gets or sets a value indicating whether role management is enabled for the current Web application. |
|
MaxCachedResults | Gets the maximum number of role names to be cached for a user. |
|
Provider | Gets the default role provider for the application. |
|
Providers | Gets a collection of the role providers for the ASP.NET application. |
Show: