CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of clr 4.0
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
using System.Security;
using System.Security.Permissions;
using System.IO;
using System.Security.Policy;
by bnaya   February 05, 2010 @ 11:40am
294 Views
no comments
 
StrongName sn = typeof(Program).Assembly.Evidence.GetHostEvidence<StrongName>();
by bnaya   February 05, 2010 @ 11:39am
191 Views
no comments
 
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Security;
using System.Security.Permissions;
 
[assembly: AllowPartiallyTrustedCallers]
[assembly: SecurityRules(SecurityRuleSet.Level2)]
namespace TransparentSecurity
by bnaya   February 05, 2010 @ 3:35am
468 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate