Enumeration PermissionEvaluationLevel

The level that a specific permission has been granted to a user. This determines precedence level.
The list of values on this enum is ordered by level of precedence, from higher to lower.

System.Object
  System.ValueType
    System.Enum
      EPS.Security.Users.PermissionEvaluationLevel

public sealed enum PermissionEvaluationLevel : Enum

Enumeration Values

MemberDescription
RoleInUserPermission A permission granted through a role assigned directly to the user. This kind of permission takes precedence over
SpecialUserGroupPermission A permission assigned directly to the user group, which takes precedence over permissions inherited by roles assigned to the group.
SpecialUserPermission A permission assigned directly to the user, which takes precedence over any other inherited permissions.
UserGroupRolePermission A permission granted to a user group through a role assigned to it.

Requirements

Namespace: EPS.Security.Users
Assembly: SECURITYBUSINESSOBJECTS.DLL


  Last Updated: 5/23/2007 | © , 2007