Welcome to MSDN Blogs Sign in | Join | Help

November 2006 - Posts

new NamedPermissionSet

Every once in a while I find some code doing something similar to this: new NamedPermissionSet ( "LocalIntranet" ).Assert(); // ... call some API that requires Intranet permissions here CodeAccessPermission .RevertAssert(); At best this code is confusing
Posted by shawnfa | 0 Comments
Filed under: , ,

Relative URL Membership Conditions

Caspol will allow you to setup a URL membership condition with a relative URL by using a command such as: caspol -ag 1. -url Foo.dll Internet -exclusive on This command probably doesn't do exactly what you would expect though. Namely, it does not resolve
Posted by shawnfa | 0 Comments
Filed under: ,

SecureString Redux

A few times over the last couple of days discussion about a tool on the Internet which can attach to your process and dump out the contents of your SecureStrings has come up. If this tool can exist, then what benefit does SecureString really provide?
Posted by shawnfa | 4 Comments
Filed under: ,
 
Page view tracker