Authorization in Silverlight, part 2: manipulating the UI

added by KMillerr
10/18/2011 9:45:01 AM

128 Views

In this part, we’re going to look at another type of authorization: authorizing access to certain UI elements IN a View (instead of the complete View), depending on the role of the logged in user, and deciding what to do when the user hasn’t got the correct role (eg: do you want to disable the element, or do you want to hide it completely?). We’re going to write a component to achieve this as easily as possible, so it can be reused in different applications.


1 comments

dpeterson
10/18/2011 9:45:11 AM
I like the cool way, and if I'm not mistaken this will work in WPF as well, correct?