<?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 on: Creating a HealthVault Child Application</title>
	<atom:link href="http://healthblog.vitraag.com/2008/07/creating-a-healthvault-child-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://healthblog.vitraag.com/2008/07/creating-a-healthvault-child-application/</link>
	<description>A view from inside the HealthVault</description>
	<lastBuildDate>Sat, 31 Dec 2011 10:19:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aneesh</title>
		<link>http://healthblog.vitraag.com/2008/07/creating-a-healthvault-child-application/comment-page-1/#comment-2365</link>
		<dc:creator>Aneesh</dc:creator>
		<pubDate>Fri, 04 Feb 2011 23:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://healthblog.vitraag.com/?p=37#comment-2365</guid>
		<description>If you want to use cer files please use the below method,
private static byte[] GetPublicKeyFromPfxOrP12(string fullPathToCerFile)
        {
            X509Certificate2 cert = new X509Certificate2(fullPathToCerFile);
            return cert.GetRawCertData();
        }</description>
		<content:encoded><![CDATA[<p>If you want to use cer files please use the below method,<br />
private static byte[] GetPublicKeyFromPfxOrP12(string fullPathToCerFile)<br />
        {<br />
            X509Certificate2 cert = new X509Certificate2(fullPathToCerFile);<br />
            return cert.GetRawCertData();<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aneesh D</title>
		<link>http://healthblog.vitraag.com/2008/07/creating-a-healthvault-child-application/comment-page-1/#comment-2364</link>
		<dc:creator>Aneesh D</dc:creator>
		<pubDate>Thu, 03 Feb 2011 00:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://healthblog.vitraag.com/?p=37#comment-2364</guid>
		<description>The above solution was found by Daniel Heo from Telus.</description>
		<content:encoded><![CDATA[<p>The above solution was found by Daniel Heo from Telus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aneesh D</title>
		<link>http://healthblog.vitraag.com/2008/07/creating-a-healthvault-child-application/comment-page-1/#comment-2363</link>
		<dc:creator>Aneesh D</dc:creator>
		<pubDate>Thu, 03 Feb 2011 00:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://healthblog.vitraag.com/?p=37#comment-2363</guid>
		<description>To use a &quot;.cer&quot; file you can use the below method,


private static byte[] GetPublicKeyFromPfxOrP12(string fullPathToCerFile)
        {
            X509Certificate2 cert = new X509Certificate2(fullPathToCerFile);
            return cert.GetRawCertData();
        }</description>
		<content:encoded><![CDATA[<p>To use a &#8220;.cer&#8221; file you can use the below method,</p>
<p>private static byte[] GetPublicKeyFromPfxOrP12(string fullPathToCerFile)<br />
        {<br />
            X509Certificate2 cert = new X509Certificate2(fullPathToCerFile);<br />
            return cert.GetRawCertData();<br />
        }</p>
]]></content:encoded>
	</item>
</channel>
</rss>

