Ant Organisation Ltd documentation

PermissionServerBase.VerifyPermission Method

Returns if the user has permission to access the ACL, throw exception if not

Overload List

Returns if the user has permission to access the ACL, throw exception if not

public virtual void VerifyPermission(AuthenticatedUser,Acl,UserMap);

Returns if the user has permission to access a permissionable object, throws exception if not

public virtual void VerifyPermission(AuthenticatedUser,PermissionableObject,Permission);

See Also

PermissionServerBase Class | Ant.Security.Base Namespace