Silverlight LOB Applications: How-To: Implement Field-level Custom Authorization
As Silverlight RIA applications more into the mainstream enterprise business applications, a need quickly arises to to ensure that your vital corporate data (like SSN’s) is protected and only downloaded and visible to authorized users.
In this blog post by Brad Abrams, he shows you how easy it is to set-up and administer using ASP.NET group membership:
and then be able to enforce it easily thru code:
Check-out Brads blogs post “Field Level Access with RIA Services” at:
http://blogs.msdn.com/brada/archive/2009/12/08/field-level-access-with-ria-services.aspx
Technorati Tags: Silverlight,RIA Services