Default implementation of the authorizer that allows all data portal calls to pass. More...
Public Member Functions | |
| void | Authorize (AuthorizeRequest clientRequest) |
| Creates an instance of the type. More... | |
Default implementation of the authorizer that allows all data portal calls to pass.
Definition at line 700 of file Server/DataPortal.cs.
| void Csla.Server.DataPortal.NullAuthorizer.Authorize | ( | AuthorizeRequest | clientRequest | ) |
Creates an instance of the type.
| clientRequest | Client request information. |
Implements Csla.Server.IAuthorizeDataPortal.
Definition at line 708 of file Server/DataPortal.cs.