.NET Framework Security
by Brian A. LaMacchia, Sebastian Lange, Matthew Lyons, Rudi Martin, Kevin T. Price
Summary
The .NET Framework provides the ability to create rich client applications, but there is some information that you need to have to properly administer those applications:
Default security policy will prevent managed code from executing in the Internet zone. You may need to modify this policy to run applications important to your organization.
The absence of the AllowPartiallyTrustedCallersAttribute will prevent the ability for semi-trusted code to call many managed code libraries installed on client machines. If an application needs to use one of these libraries, it will need to be granted full trust to run properly. If that decision is inappropriate, the application simply cannot be executed.
Managed code has been tied into Internet Explorer ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access