<?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: InfoPath Demo: Password-protect InfoPath forms in SharePoint</title>
	<atom:link href="http://www.bizsupportonline.net/blog/2010/03/password-protect-infopath-forms-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bizsupportonline.net/blog/2010/03/password-protect-infopath-forms-sharepoint/</link>
	<description>Blog about InfoPath and related technologies such as SharePoint, .NET, and other Microsoft software products.</description>
	<lastBuildDate>Fri, 27 Aug 2010 07:36:42 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: S.Y.M. Wong-A-Ton</title>
		<link>http://www.bizsupportonline.net/blog/2010/03/password-protect-infopath-forms-sharepoint/comment-page-1/#comment-23</link>
		<dc:creator>S.Y.M. Wong-A-Ton</dc:creator>
		<pubDate>Mon, 22 Mar 2010 00:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizsupportonline.net/blog/?p=4684#comment-23</guid>
		<description>Come to think of it, you should not have issues with the InfoPath controls themselves, because the protectedData field is a hidden field (not shown on any View).

I don&#039;t know whether the &quot;base64Binary&quot; data type accommodates more characters than the &quot;string&quot; data type, but you should be able to find out. Since you&#039;ll be writing to XML nodes through code, it should not matter what you use in the data source.

Another thing that could fail when you use a large amount of text are the .NET methods to encrypt and decrypt. Again, if you hit any limitations, you may have to come up with a way to split the fields into multiple group nodes or be very selective as to which fields need protection and which do not.

Let me know how you get on.</description>
		<content:encoded><![CDATA[<p>Come to think of it, you should not have issues with the InfoPath controls themselves, because the protectedData field is a hidden field (not shown on any View).</p>
<p>I don&#8217;t know whether the &#8220;base64Binary&#8221; data type accommodates more characters than the &#8220;string&#8221; data type, but you should be able to find out. Since you&#8217;ll be writing to XML nodes through code, it should not matter what you use in the data source.</p>
<p>Another thing that could fail when you use a large amount of text are the .NET methods to encrypt and decrypt. Again, if you hit any limitations, you may have to come up with a way to split the fields into multiple group nodes or be very selective as to which fields need protection and which do not.</p>
<p>Let me know how you get on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.Y.M. Wong-A-Ton</title>
		<link>http://www.bizsupportonline.net/blog/2010/03/password-protect-infopath-forms-sharepoint/comment-page-1/#comment-22</link>
		<dc:creator>S.Y.M. Wong-A-Ton</dc:creator>
		<pubDate>Sun, 21 Mar 2010 23:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizsupportonline.net/blog/?p=4684#comment-22</guid>
		<description>Those are all valid questions, which to be honest I have not tried out. Worst case scenario, you&#039;d have to split the protectedData field up into multiple fields to accommodate your 39 fields.

I don&#039;t know what the limitations are of controls in InfoPath, so you&#039;d have to give it a try. If it does not work, let me know. And if you find something worth mentioning, let me know too.</description>
		<content:encoded><![CDATA[<p>Those are all valid questions, which to be honest I have not tried out. Worst case scenario, you&#8217;d have to split the protectedData field up into multiple fields to accommodate your 39 fields.</p>
<p>I don&#8217;t know what the limitations are of controls in InfoPath, so you&#8217;d have to give it a try. If it does not work, let me know. And if you find something worth mentioning, let me know too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StefanS</title>
		<link>http://www.bizsupportonline.net/blog/2010/03/password-protect-infopath-forms-sharepoint/comment-page-1/#comment-21</link>
		<dc:creator>StefanS</dc:creator>
		<pubDate>Sun, 21 Mar 2010 10:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizsupportonline.net/blog/?p=4684#comment-21</guid>
		<description>Luctor et Emergo ;-)

Thanks for the solution.

Since the encryption blows up the amount of characters of the protectedFields nodes, will it become a problem to store my 39 fields in the encypteddataField that is of the type string with a certain limit on number of characters. Is the base64 attachment field maybe more usefull here and easy to apply since we are already using System.Security.Cryptography ?</description>
		<content:encoded><![CDATA[<p>Luctor et Emergo <img src='http://www.bizsupportonline.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Thanks for the solution.</p>
<p>Since the encryption blows up the amount of characters of the protectedFields nodes, will it become a problem to store my 39 fields in the encypteddataField that is of the type string with a certain limit on number of characters. Is the base64 attachment field maybe more usefull here and easy to apply since we are already using System.Security.Cryptography ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
