C# Class Armory.Security.Providers.RightsProvider

Inheritance: IRightsProvider
Show file Open project: roundtable/Armory Class Usage Examples

Public Methods

Method Description
DoesUserHaveAccessRights ( string name, string actionName ) : bool
RightsProvider ( System.Web.Security.RoleProvider roleProvider, IRepository rightsRepository ) : System

Method Details

DoesUserHaveAccessRights() public method

public DoesUserHaveAccessRights ( string name, string actionName ) : bool
name string
actionName string
return bool

RightsProvider() public method

public RightsProvider ( System.Web.Security.RoleProvider roleProvider, IRepository rightsRepository ) : System
roleProvider System.Web.Security.RoleProvider
rightsRepository IRepository
return System