Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Security   (RSS)

CLR Inside Out - Exploring the .NET Framework 4 Security Model

The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line. This month we have an article from Andrew Dai on Exploring the .NET Framework 4 Security Model . This article discusses how the new .NET Framework 4 security

Enabling CAS Policy Compatibility Mode for a Project

If you’re migrating a VS project over to VS 2010 Beta1 and you are calling code that is passing Evidence objects to the runtime expecting security policy resolution, or if you’re using a permission Deny , you may run into the following exception: NotSupportedException:
Posted by CLRTeam | 0 Comments
Filed under: ,

What's New for .Net Framework Security

Shawn Farkas, CLR security developer, has started a cool series of posts on what’s new in .NET Framework 4 security. If you’re doing any work with or have scenarios involving partially trusted code, you’ll want to take a look. Topics include sandboxing,
Posted by CLRTeam | 1 Comments
Filed under: ,

New Security Model: Moving to a Better Sandbox

For .Net Framework 4, we decided to remove the dependency on caspol and the policy levels and make things simpler. With this change, the default grant-set for assemblies is now FullTrust unless the host (such as InternetExplorer) decides to load them
Posted by CLRTeam | 6 Comments
Filed under: ,
 
Page view tracker