Skip to content

IRolePermissionService interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Checks whether a specific role has a given permission.

public interface IRolePermissionService

Members

name description
HasPermission(…) Determines whether the specified role has the given permission.

See Also