Interface IPermissionStore
Namespace: Volo.Abp.Authorization.Permissions
Assembly: Volo.Abp.Authorization.dll
Syntax
public interface IPermissionStore
Methods
IsGrantedAsync(String, String, String)
Declaration
Task<bool> IsGrantedAsync(string name, string providerName, string providerKey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.String | providerName | |
| System.String | providerKey |
Returns
| Type | Description |
|---|---|
| Task<System.Boolean> |