Silverlight 4 + RIA Services - Ready for Business: Authentication and Personalization
Posted by: Brad Abrams,
on 26 Mar 2010 |
View original | Bookmarked: 0 time(s)
To continue our series, In real business applications our data is often very valuable and as such we need to know who is accessing what data and control certain data access to only users with privilege. Luckily this is very easy to do with RIA Services. For example, say we want to let only authenticated users access our data in this example. That is as easy to accomplish as adding an attribute, see line 2 below. 1: [EnableClientAccess]
2: ...