RolePrincipal Properties
.NET Framework 2.0
| 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.
|
Reference
RolePrincipal ClassSystem.Web.Security Namespace
Other Resources
Managing Authorization Using RolesCommunity Additions
ADD
Show: