Ant Organisation Ltd documentation

PermissionServerBase.EnsureHasPermission Method

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

Overload List

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

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

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

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

See Also

PermissionServerBase Class | Ant.Security.Base Namespace