Ant Organisation Ltd documentation

PermissionServerBase.HasPermission Method

Returns true if the user has permission to access the ACL, false if not

Overload List

Returns true if the user has permission to access the ACL, false if not

public virtual bool HasPermission(AuthenticatedUser,Acl,UserMap);

Returns true if the logged on user has permission to access the permissionable object

public virtual bool HasPermission(AuthenticatedUser,PermissionableObject,Permission);

See Also

PermissionServerBase Class | Ant.Security.Base Namespace