CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Security.ICheckRoles Interface Reference

Interface defining an object that checks IsInRole. More...

Inheritance diagram for Csla.Security.ICheckRoles:
Csla.Security.ICslaIdentity

Public Member Functions

bool IsInRole (string role)
 Returns a value indicating whether the current user is in the specified security role. More...
 

Detailed Description

Interface defining an object that checks IsInRole.

Definition at line 16 of file ICheckRoles.cs.

Member Function Documentation

◆ IsInRole()

bool Csla.Security.ICheckRoles.IsInRole ( string  role)

Returns a value indicating whether the current user is in the specified security role.

Parameters
roleRole to check.