﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Code Access Secutiy example.</title><link />http://developers.de/blogs/damir_dobric/archive/2006/11/01/Code-Access-Secutiy-example_2E00_.aspx<description>This post describe shortly how to set the full trust all assemblies in the specified share. &amp;gt;caspol -m -ag LocalIntranet_Zone -url \\machinename1\temp\* FullTrust -n &amp;quot;IntranetApplications&amp;quot; -d &amp;quot;FullTrust for all applications in the specified</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>re: Code Access Secutiy example.</title><link />http://developers.de/blogs/damir_dobric/archive/2006/11/01/Code-Access-Secutiy-example_2E00_.aspx#28712<pubdate>Sun, 26 Dec 2010 13:21:57 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:28712</guid><dc:creator>Damir Dobric</dc:creator><description>&lt;p&gt;.NET 4.0 introduces a new security model. caspol will be deprected in the future. It works, but it is too complicated.&lt;/p&gt;
&lt;p&gt;Take a look on this article: &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/magazine/ee677170.aspx"&gt;msdn.microsoft.com/.../ee677170.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=28712" width="1" height="1"&gt;</description></item><item><title>re: Code Access Secutiy example.</title><link />http://developers.de/blogs/damir_dobric/archive/2006/11/01/Code-Access-Secutiy-example_2E00_.aspx#28688<pubdate>Thu, 23 Dec 2010 02:30:20 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:28688</guid><dc:creator>AV</dc:creator><description>&lt;p&gt;is there any way to set the full trust for certain strong named assemblies in the specified share.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=28688" width="1" height="1"&gt;</description></item><item><title>Caspol and StrongName</title><link />http://developers.de/blogs/damir_dobric/archive/2006/11/01/Code-Access-Secutiy-example_2E00_.aspx#1430<pubdate>Thu, 05 Jul 2007 17:01:02 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1430</guid><dc:creator>Damir Dobric Posts</dc:creator><description>&lt;p&gt;The example bellow shows how to set the FullTrust permission on two assemblies, which are signed with&lt;/p&gt;
&lt;img src="http://developers.de/aggbug.aspx?PostID=1430" width="1" height="1"&gt;</description></item><item><title>re: Code Access Secutiy example.</title><link />http://developers.de/blogs/damir_dobric/archive/2006/11/01/Code-Access-Secutiy-example_2E00_.aspx#1173<pubdate>Thu, 01 Feb 2007 11:03:54 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1173</guid><dc:creator>Damir Dobric</dc:creator><description>&lt;p&gt;If it is required to perform quiet installation of security policy then the parameter -q should be added at the beginning of the command as shown in the following example:&lt;/p&gt;
&lt;p&gt;caspol -q -m -ag LocalIntranet_Zone -url \\MyHost\temp1\* FullTrust -n &amp;quot;IntranetApplications&amp;quot; -d &amp;quot;FullTrust for all applications in the Temp dir&amp;quot; -exclusive on&lt;/p&gt;
&lt;p&gt;Quiet execution of the caspol is mostly useful by adding of the command to the setup application.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=1173" width="1" height="1"&gt;</description></item></channel></rss>