Silverlight 2.0 Authentication Services.
Posted by: Al Pascual,
on 01 Jul 2009 |
View original | Bookmarked: 0 time(s)
Message based authentication managed by Silverlight not the browser. Silverlight can use the browsers cookies and send them to the hosts. When you authenticate with ASP.NET the authentication cookie stored to your computer will be used by Silverlight if you create a Silverlight Authentication Service Create a service.svc make sure to select the Silverlight Service. <%@ ServiceHost Language="C#" Service="System.Web.ApplicationServices.AuthenticationService %> ...