The members of System.Web.Security.RolePrincipal are listed below.
See Also: Inherited members from System.Object
Instantiates a System.Web.Security.RolePrincipal object for the specified identity. | ||
Instantiates a System.Web.Security.RolePrincipal object for the specified identity with role information from the specified encryptedTicket. | ||
Instantiates a System.Web.Security.RolePrincipal object for the specified identity using the specified providerName. | ||
Instantiates a System.Web.Security.RolePrincipal object for the specified identity using the specified providerName and role information from the specified encryptedTicket. |
[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. |
GetRoles()
| ||
IsInRole(string)
| ||
SetDirty()
| ||
ToEncryptedTicket()
|