Interface defining an object that checks IsInRole. More...
Public Member Functions | |
bool | IsInRole (string role) |
Returns a value indicating whether the current user is in the specified security role. More... | |
Interface defining an object that checks IsInRole.
Definition at line 16 of file ICheckRoles.cs.
bool Csla.Security.ICheckRoles.IsInRole | ( | string | role | ) |
Returns a value indicating whether the current user is in the specified security role.
role | Role to check. |