Tagged Questions
2
votes
1answer
245 views
Silverlight and ATOM feeds that require authentication
I am building a simple feed reader application that needs to access an ATOM feed that requires authentication. I was going down the route of using the WebClient class and found a Credential property ...
1
vote
2answers
61 views
Feed access control
Is there a sensible setup for private feeds (rss or atom) with some sort of security and authentication?
The application in question creates "private news" with sensible information for each user and ...