This documentation is archived and is not being maintained.

RolePrincipal Properties

The RolePrincipal type exposes the following members.

  NameDescription
Public property CachedListChanged Gets a value indicating whether the list of role names cached with the RolePrincipal object has been modified.
Public property CookiePath Gets the path for the cached role names cookie.
Public property Expired Gets a value indicating whether the roles cookie has expired.
Public property ExpireDate Gets the date and time when the roles cookie will expire.
Public property Identity Gets the security identity for the current HTTP request.
Public property IsRoleListCached Gets a value indicating whether the list of roles for the user has been cached in a cookie.
Public property IssueDate Gets the date and time that the roles cookie was issued.
Public property ProviderName Gets the name of the role provider that stores and retrieves role information for the user.
Public property Version Gets the version number of the roles cookie.
Top
Show: