<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>C# 411 &#187; Security</title>
	<atom:link href="http://www.csharp411.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com</link>
	<description>C# Development</description>
	<lastBuildDate>Sat, 19 Nov 2011 19:34:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Executing Code in Partial Trust Environments</title>
		<link>http://www.csharp411.com/executing-code-in-partial-trust-environments/</link>
		<comments>http://www.csharp411.com/executing-code-in-partial-trust-environments/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 14:42:23 +0000</pubDate>
		<dc:creator>Timm</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Code Access Security]]></category>
		<category><![CDATA[Full Trust]]></category>
		<category><![CDATA[Partial Trust]]></category>

		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/executing-code-in-partial-trust-environments/</guid>
		<description><![CDATA[When building your first .NET web service, you may be in for a rude awakening when you discover the concept of &#8220;partial trust.&#8221; Your previously bullet-proof code will suddenly fail in a flurry of exceptions thrown by seemingly innocuous commands such as reading files or accessing the Registry. This article provides a brief overview of [...]]]></description>
		<wfw:commentRss>http://www.csharp411.com/executing-code-in-partial-trust-environments/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>SecureString: Safe from Forensics, but not Surveillance</title>
		<link>http://www.csharp411.com/securestring-safe-from-forensics-but-not-surveillance/</link>
		<comments>http://www.csharp411.com/securestring-safe-from-forensics-but-not-surveillance/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 12:51:14 +0000</pubDate>
		<dc:creator>Timm</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Threats]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[SecureString]]></category>

		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/securestring-safe-from-forensics-but-not-surveillance/</guid>
		<description><![CDATA[The SecureString class is new in the System.Security namespace with the .NET v2.0 upgrade. SecureString keeps sensitive data encrypted in memory so that it cannot be easily stolen. SecureString plugs a specific security hole but does not guard against all threats while securing information in applications. What is SecureString? SecureString is a .NET object that [...]]]></description>
		<wfw:commentRss>http://www.csharp411.com/securestring-safe-from-forensics-but-not-surveillance/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

