Monday, October 10, 2005

Assembly Binding Redirection

A binding redirection in an application configuration file for a unified .NET Framework assembly cancels the unification for that assembly.

Explicit assembly binding redirection in an application configuration file requires a security permission. The permission is granted by setting the BindingRedirects flag on the SecurityPermission Class. Managed assemblies have no permissions by default.

The security permission is granted to applications running in the Trusted Zone (local machine) and Intranet Zone. Applications running in the Internet Zone are strictly prohibited from performing assembly binding redirection.

Adopted from SDK.

0 Comments:

Post a Comment

<< Home