Implementation of the authorizer that allows all data portal calls to pass. More...
Public Member Functions | |
void | Authorize (AuthorizeRequest clientRequest) |
Checks authorization rules for the request. More... | |
Implementation of the authorizer that allows all data portal calls to pass.
Definition at line 14 of file NullAuthorizer.cs.
void Csla.Server.NullAuthorizer.Authorize | ( | AuthorizeRequest | clientRequest | ) |
Checks authorization rules for the request.
clientRequest | Client request information. |
Implements Csla.Server.IAuthorizeDataPortal.
Definition at line 22 of file NullAuthorizer.cs.