This documentation is archived and is not being maintained.
RolePrincipal Properties
Visual Studio 2008
The RolePrincipal type exposes the following members.
| Name | Description | |
|---|---|---|
|
CachedListChanged | Gets a value indicating whether the list of role names cached with the RolePrincipal object has been modified. |
|
CookiePath | Gets the path for the cached role names cookie. |
|
Expired | Gets a value indicating whether the roles cookie has expired. |
|
ExpireDate | Gets the date and time when the roles cookie will expire. |
|
Identity | Gets the security identity for the current HTTP request. |
|
IsRoleListCached | Gets a value indicating whether the list of roles for the user has been cached in a cookie. |
|
IssueDate | Gets the date and time that the roles cookie was issued. |
|
ProviderName | Gets the name of the role provider that stores and retrieves role information for the user. |
|
Version | Gets the version number of the roles cookie. |
Show: