Skip to content

IPermissionService interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Checks whether the current user has a given permission.

public interface IPermissionService

Members

name description
HasPermission(…) Determines whether the current user has the specified permission.

See Also