The properties of System.Web.Security.RolePrincipal are listed below. For a list of all members, see the RolePrincipal Members list.
See Also: Inherited members from System.Object
[read-only] | CachedListChanged | bool.
Gets a value indicating whether the list of role names cached with the System.Web.Security.RolePrincipal object has been modified. |
[read-only] | CookiePath | string.
Gets the path for the cached role names cookie. |
[read-only] | Expired | bool.
Gets a value indicating whether the roles cookie has expired. |
[read-only] | ExpireDate | DateTime.
Gets the date and time when the roles cookie will expire. |
[read-only] | Identity | System.Security.Principal.IIdentity.
Gets the security identity for the current HTTP request. |
[read-only] | IsRoleListCached | bool.
Gets a value indicating whether the list of roles for the user has been cached in a cookie. |
[read-only] | IssueDate | DateTime.
Gets the date and time that the roles cookie was issued. |
[read-only] | ProviderName | string.
Gets the name of the role provider that stores and retrieves role information for the user. |
[read-only] | Version | int.
Gets the version number of the roles cookie. |