开发者

Silverlight 3 security and Authentication mechanism

I am creating a Silverlight 3 application for which i am designing the security block. I already have an existent ASP.N开发者_C百科ET authentication module that i will reuse in the WCF security service(which will be like a wrapper and this will be called from Silverlight). My goal is to use SSL for the transport security. Also i would want this to be scalable as i don't want to query the DBMS for each authentication service call.

Any pointers on best design approaches.

Thank you. Anjan


If you already have it done in ASP.Net then you might want to take a look at .NET RIA Services. RIA Services allows you to hook into the ASP.Net authentication right inside of Silverlight. Brada has written about this and has a post on RIA Services Authentication here.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜