![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Implementation of the authorizer that allows all data portal calls to pass. More...
Public Member Functions | |||||||
| Task | AuthorizeAsync (AuthorizeRequest clientRequest, CancellationToken ct) | ||||||
Implement this method to perform custom authorization on every data portal call.
| |||||||
Implementation of the authorizer that allows all data portal calls to pass.
|
inline |
Implement this method to perform custom authorization on every data portal call.
| clientRequest | Object containing information about the client request. |
| ct | The cancellation token. |
| ArgumentNullException | clientRequest is null. |
Implements Csla.Server.IAuthorizeDataPortal.