<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Sergey Barskiy&#039;s Blog</title>
	<atom:link href="http://dotnetspeak.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetspeak.com</link>
	<description>All things .NET</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:07:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Securing WCF with Forms Authentication by Sergey Barskiy</title>
		<link>http://dotnetspeak.com/index.php/2012/01/securing-wcf-with-forms-authentication/comment-page-1/#comment-14693</link>
		<dc:creator>Sergey Barskiy</dc:creator>
		<pubDate>Fri, 03 Feb 2012 16:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetspeak.com/index.php/2012/01/securing-wcf-with-forms-authentication/#comment-14693</guid>
		<description>1.  Does not really matter, since it is up to you how you authenticate and verify a login.  FormAuthenticationTicket is all you need.
2.  Any device that can let you obtain and send a cookie will work.
3.  Forms authentication handles ecnryption for you.</description>
		<content:encoded><![CDATA[<p>1.  Does not really matter, since it is up to you how you authenticate and verify a login.  FormAuthenticationTicket is all you need.<br />
2.  Any device that can let you obtain and send a cookie will work.<br />
3.  Forms authentication handles ecnryption for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing WCF with Forms Authentication by GC</title>
		<link>http://dotnetspeak.com/index.php/2012/01/securing-wcf-with-forms-authentication/comment-page-1/#comment-14688</link>
		<dc:creator>GC</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetspeak.com/index.php/2012/01/securing-wcf-with-forms-authentication/#comment-14688</guid>
		<description>Wow, this is dead simple. But being curious i have certain question popping in my mind.
1. If i don&#039;t use Membership tables (default tables provided by asp.net), and create my own from   scratch. So how form authentication will be created.

2. Same form authentication can be used to consume services from devices like iPhone, WP7 etc

3. encrypt of keys is secure way or there is another option available.

Thanks for wonderful article.</description>
		<content:encoded><![CDATA[<p>Wow, this is dead simple. But being curious i have certain question popping in my mind.<br />
1. If i don&#8217;t use Membership tables (default tables provided by asp.net), and create my own from   scratch. So how form authentication will be created.</p>
<p>2. Same form authentication can be used to consume services from devices like iPhone, WP7 etc</p>
<p>3. encrypt of keys is secure way or there is another option available.</p>
<p>Thanks for wonderful article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating WCF Service with SOAP/REST Endpoints by Sergey Barskiy</title>
		<link>http://dotnetspeak.com/index.php/2012/01/creating-wcf-service-with-soaprest-endpoints/comment-page-1/#comment-14687</link>
		<dc:creator>Sergey Barskiy</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetspeak.com/index.php/2012/01/creating-wcf-service-with-soaprest-endpoints/#comment-14687</guid>
		<description>I wrote a post on that exact subject.  You can see it here http://dotnetspeak.com/index.php/2012/01/securing-wcf-with-forms-authentication/</description>
		<content:encoded><![CDATA[<p>I wrote a post on that exact subject.  You can see it here <a href="http://dotnetspeak.com/index.php/2012/01/securing-wcf-with-forms-authentication/" rel="nofollow">http://dotnetspeak.com/index.php/2012/01/securing-wcf-with-forms-authentication/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating WCF Service with SOAP/REST Endpoints by GC</title>
		<link>http://dotnetspeak.com/index.php/2012/01/creating-wcf-service-with-soaprest-endpoints/comment-page-1/#comment-14677</link>
		<dc:creator>GC</dc:creator>
		<pubDate>Fri, 03 Feb 2012 07:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetspeak.com/index.php/2012/01/creating-wcf-service-with-soaprest-endpoints/#comment-14677</guid>
		<description>Indeed the article is short clear and to the point but i am keen to know how to secure the rest services from anonymous and unauthenticated users.</description>
		<content:encoded><![CDATA[<p>Indeed the article is short clear and to the point but i am keen to know how to secure the rest services from anonymous and unauthenticated users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing WCF with Forms Authentication by Rams</title>
		<link>http://dotnetspeak.com/index.php/2012/01/securing-wcf-with-forms-authentication/comment-page-1/#comment-14593</link>
		<dc:creator>Rams</dc:creator>
		<pubDate>Wed, 01 Feb 2012 02:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetspeak.com/index.php/2012/01/securing-wcf-with-forms-authentication/#comment-14593</guid>
		<description>For those following along at home please note that you will need to install the WCF REST Service Application project template from here

http://visualstudiogallery.msdn.microsoft.com/fbc7e5c1-a0d2-41bd-9d7b-e54c845394cd</description>
		<content:encoded><![CDATA[<p>For those following along at home please note that you will need to install the WCF REST Service Application project template from here</p>
<p><a href="http://visualstudiogallery.msdn.microsoft.com/fbc7e5c1-a0d2-41bd-9d7b-e54c845394cd" rel="nofollow">http://visualstudiogallery.msdn.microsoft.com/fbc7e5c1-a0d2-41bd-9d7b-e54c845394cd</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

