RolePrincipal Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CachedListChanged | Gets a value indicating whether the list of role names cached with the RolePrincipal object has been modified. |
![]() | Claims | Gets a collection that contains all of the claims from all of the claims identities associated with this claims principal.(Inherited from ClaimsPrincipal.) |
![]() | CookiePath | Gets the path for the cached role names cookie. |
![]() | CustomSerializationData | (Inherited from ClaimsPrincipal.) |
![]() | Expired | Gets a value indicating whether the roles cookie has expired. |
![]() | ExpireDate | Gets the date and time when the roles cookie will expire. |
![]() | Identities | Gets a collection that contains all of the claims identities associated with this claims principal.(Inherited from ClaimsPrincipal.) |
![]() | Identity | Gets the security identity for the current HTTP request.(Overrides ClaimsPrincipal::Identity.) |
![]() | 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. |

