<?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 I do stuff - stuff is what I do!</title>
	<atom:link href="http://blog.diktator.org/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.diktator.org</link>
	<description></description>
	<lastBuildDate>Mon, 28 Nov 2011 17:49:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Who&#8217;s winning? by Fredrik</title>
		<link>http://blog.diktator.org/index.php/2011/11/26/whos-winning/comment-page-1/#comment-45161</link>
		<dc:creator>Fredrik</dc:creator>
		<pubDate>Mon, 28 Nov 2011 17:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.diktator.org/index.php/2011/11/26/whos-winning/#comment-45161</guid>
		<description>I don&#039;t think it needs to be taken all to seriously, it&#039;s more meant as an &quot;alarm clock&quot; to make you think about it. =)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it needs to be taken all to seriously, it&#8217;s more meant as an &#8220;alarm clock&#8221; to make you think about it. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Who&#8217;s winning? by Adara</title>
		<link>http://blog.diktator.org/index.php/2011/11/26/whos-winning/comment-page-1/#comment-45159</link>
		<dc:creator>Adara</dc:creator>
		<pubDate>Mon, 28 Nov 2011 07:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.diktator.org/index.php/2011/11/26/whos-winning/#comment-45159</guid>
		<description>Not sure I agree. What happened to &quot;always back who/what you think is right&quot;?</description>
		<content:encoded><![CDATA[<p>Not sure I agree. What happened to &#8220;always back who/what you think is right&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WCF in BizTalk with web services requiring NTLM authentication by Igor</title>
		<link>http://blog.diktator.org/index.php/2010/10/22/using-wcf-in-biztalk-with-web-services-requiring-ntlm-authentication/comment-page-1/#comment-36359</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Thu, 28 Apr 2011 14:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.diktator.org/?p=436#comment-36359</guid>
		<description>I succeeded in getting around the System.InvalidOperationException &quot;... already contains a SecurityCredentialsManager ...remove any existing ClientCredentials...&quot; exception by overriding the ClientCredentials AddBindingParameters method:

        void IEndpointBehavior.AddBindingParameters(ServiceEndpoint serviceEndpoint, BindingParameterCollection bindingParameters)
        {
            if (bindingParameters == null)
            {
                throw new ArgumentNullException(&quot;bindingParameters&quot;);
            }
            SecurityCredentialsManager manager = bindingParameters.Find();
            if (manager != null)
            {
                bindingParameters.Remove(manager);
            }
            bindingParameters.Add(this);
        }

This detects the BizTalk dynamically generated ClientCredentials, removing it before mine is added. 

My need for the custom ClientCredentials was to separate the SSL client certificate from the client signing certificate. All of this required a custom ClientCredentials, custom SecurityTokenManager and others. I use BizTalk Server 2010.</description>
		<content:encoded><![CDATA[<p>I succeeded in getting around the System.InvalidOperationException &#8220;&#8230; already contains a SecurityCredentialsManager &#8230;remove any existing ClientCredentials&#8230;&#8221; exception by overriding the ClientCredentials AddBindingParameters method:</p>
<p>        void IEndpointBehavior.AddBindingParameters(ServiceEndpoint serviceEndpoint, BindingParameterCollection bindingParameters)<br />
        {<br />
            if (bindingParameters == null)<br />
            {<br />
                throw new ArgumentNullException(&#8220;bindingParameters&#8221;);<br />
            }<br />
            SecurityCredentialsManager manager = bindingParameters.Find();<br />
            if (manager != null)<br />
            {<br />
                bindingParameters.Remove(manager);<br />
            }<br />
            bindingParameters.Add(this);<br />
        }</p>
<p>This detects the BizTalk dynamically generated ClientCredentials, removing it before mine is added. </p>
<p>My need for the custom ClientCredentials was to separate the SSL client certificate from the client signing certificate. All of this required a custom ClientCredentials, custom SecurityTokenManager and others. I use BizTalk Server 2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adium and IRC by Fredrik</title>
		<link>http://blog.diktator.org/index.php/2010/02/08/adium-and-irc/comment-page-1/#comment-36244</link>
		<dc:creator>Fredrik</dc:creator>
		<pubDate>Wed, 20 Apr 2011 13:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.diktator.org/?p=398#comment-36244</guid>
		<description>@David Kavanagh: actually that&#039;s what we use as well and I&#039;ve had no problems connecting to the server. Not quite sure why though, now that I come to think about it. =)</description>
		<content:encoded><![CDATA[<p>@David Kavanagh: actually that&#8217;s what we use as well and I&#8217;ve had no problems connecting to the server. Not quite sure why though, now that I come to think about it. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adium and IRC by David Kavanagh</title>
		<link>http://blog.diktator.org/index.php/2010/02/08/adium-and-irc/comment-page-1/#comment-35360</link>
		<dc:creator>David Kavanagh</dc:creator>
		<pubDate>Thu, 27 Jan 2011 15:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.diktator.org/?p=398#comment-35360</guid>
		<description>Now, if the IRC support worked with a self signed SSL cert! That what our company uses for our internal IRC server.</description>
		<content:encoded><![CDATA[<p>Now, if the IRC support worked with a self signed SSL cert! That what our company uses for our internal IRC server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adium and IRC by Fredrik</title>
		<link>http://blog.diktator.org/index.php/2010/02/08/adium-and-irc/comment-page-1/#comment-23363</link>
		<dc:creator>Fredrik</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.diktator.org/?p=398#comment-23363</guid>
		<description>Having used the Adium beta with the IRC plugin for a bit more than a month now I can say that I&#039;m totally comfortable with it. So comfortable that I&#039;ve uninstalled LimeChat.</description>
		<content:encoded><![CDATA[<p>Having used the Adium beta with the IRC plugin for a bit more than a month now I can say that I&#8217;m totally comfortable with it. So comfortable that I&#8217;ve uninstalled LimeChat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adium and IRC by Fredrik</title>
		<link>http://blog.diktator.org/index.php/2010/02/08/adium-and-irc/comment-page-1/#comment-23039</link>
		<dc:creator>Fredrik</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.diktator.org/?p=398#comment-23039</guid>
		<description>@Scepter: I&#039;d say that it&#039;s definitely worth the switch. I - like you really appreciate the removal of one application from my daily usage. However, what took me a few minutes of tinkering was the enabling of Growl notifications for the group chats. Regardless of the settings in the Growl.prefPane these need to be explicitly enabled in the &quot;Events&quot; section of the Adium preferences.</description>
		<content:encoded><![CDATA[<p>@Scepter: I&#8217;d say that it&#8217;s definitely worth the switch. I &#8211; like you really appreciate the removal of one application from my daily usage. However, what took me a few minutes of tinkering was the enabling of Growl notifications for the group chats. Regardless of the settings in the Growl.prefPane these need to be explicitly enabled in the &#8220;Events&#8221; section of the Adium preferences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adium and IRC by Adara</title>
		<link>http://blog.diktator.org/index.php/2010/02/08/adium-and-irc/comment-page-1/#comment-23037</link>
		<dc:creator>Adara</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.diktator.org/?p=398#comment-23037</guid>
		<description>Mhm, so you dare to run the beta.. But it is nice, IRC-support has been anxiously awaited! Now, if only they could stop randomly discarding ICQ messages...</description>
		<content:encoded><![CDATA[<p>Mhm, so you dare to run the beta.. But it is nice, IRC-support has been anxiously awaited! Now, if only they could stop randomly discarding ICQ messages&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adium and IRC by Scepter</title>
		<link>http://blog.diktator.org/index.php/2010/02/08/adium-and-irc/comment-page-1/#comment-23036</link>
		<dc:creator>Scepter</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.diktator.org/?p=398#comment-23036</guid>
		<description>Is it worth the switch from LimeChat? I have both running all the time so that would mean one less running application. Less is more!</description>
		<content:encoded><![CDATA[<p>Is it worth the switch from LimeChat? I have both running all the time so that would mean one less running application. Less is more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adium and IRC by metaphor</title>
		<link>http://blog.diktator.org/index.php/2010/02/08/adium-and-irc/comment-page-1/#comment-23035</link>
		<dc:creator>metaphor</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.diktator.org/?p=398#comment-23035</guid>
		<description>I&#039;m so happy you like it, mhm.  Just try it out, and please, come with feedback on your experience! =D</description>
		<content:encoded><![CDATA[<p>I&#8217;m so happy you like it, mhm.  Just try it out, and please, come with feedback on your experience! =D</p>
]]></content:encoded>
	</item>
</channel>
</rss>

