System.Web.Security.RolePrincipal: Property Members

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

Public Properties

[read-only]
CachedListChangedbool.

Gets a value indicating whether the list of role names cached with the System.Web.Security.RolePrincipal object has been modified.

[read-only]
CookiePathstring.

Gets the path for the cached role names cookie.

[read-only]
Expiredbool.

Gets a value indicating whether the roles cookie has expired.

[read-only]
ExpireDateDateTime.

Gets the date and time when the roles cookie will expire.

[read-only]
IdentitySystem.Security.Principal.IIdentity.

Gets the security identity for the current HTTP request.

[read-only]
IsRoleListCachedbool.

Gets a value indicating whether the list of roles for the user has been cached in a cookie.

[read-only]
IssueDateDateTime.

Gets the date and time that the roles cookie was issued.

[read-only]
ProviderNamestring.

Gets the name of the role provider that stores and retrieves role information for the user.

[read-only]
Versionint.

Gets the version number of the roles cookie.