Archives

Archives / 2003 / July
  • Defining Roles in one place?

    We are building a web site that use declaritive security at the business level.  So we currently have attributes similiar to the following on our business methods:
    [PrincipalPermissionAttribute( SecurityAction.Demand,Role="Save Customer" )]