![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Implementation of the authorizer that checks per-type authorization rules for each request. More...
Public Member Functions | |
| ActiveAuthorizer (ApplicationContext applicationContext) | |
| Creates an instance of the type. | |
| async Task | AuthorizeAsync (AuthorizeRequest clientRequest, CancellationToken ct) |
| Checks authorization rules for the request. | |
Implementation of the authorizer that checks per-type authorization rules for each request.
|
inline |
Creates an instance of the type.
| applicationContext |
| ArgumentNullException | applicationContext is null. |
|
inline |
Checks authorization rules for the request.
| clientRequest | Client request information. |
| ct | The cancellation token. |
Implements Csla.Server.IAuthorizeDataPortal.