Class NullPermissionStore
Inheritance
System.Object
NullPermissionStore
Namespace: Volo.Abp.Authorization.Permissions
Assembly: Volo.Abp.Authorization.dll
Syntax
public class NullPermissionStore : object, IPermissionStore, ISingletonDependency
Constructors
NullPermissionStore()
Declaration
public NullPermissionStore()
Properties
Logger
Declaration
public ILogger<NullPermissionStore> Logger { get; set; }
Property Value
| Type | Description |
|---|---|
| ILogger<NullPermissionStore> |
Methods
IsGrantedAsync(String, String, String)
Declaration
public 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> |
Implements
ISingletonDependency