开发者

How to access Membership/roles through silverlight

开发者 https://www.devze.com 2022-12-11 23:52 出处:网络
I have a silverlight control on my asp.net mvc page, need to communicate with a webservice where i need to send the current role of the user logged into the system w开发者_StackOverflow社区ith. But ho

I have a silverlight control on my asp.net mvc page, need to communicate with a webservice where i need to send the current role of the user logged into the system w开发者_StackOverflow社区ith. But how do I access the "Roles.GetRolesForUser()" from within my silverlight application?


http://blogs.msdn.com/brada/archive/2008/05/03/accessing-the-asp-net-authentication-profile-and-role-service-in-silverlight.aspx

I hope that helps you out.

0

精彩评论

暂无评论...
验证码 换一张
取 消