.NET Framework Assemblies Marked with AllowPartiallyTrustedCallersAttribute

To enable key scenarios for partially trusted code and minimize unintended use by partially trusted callers, several .NET Framework assemblies are marked for use by partially trusted code. Some code within these assemblies might be subject to security restrictions, including requiring callers to be fully trusted in some cases. All other assemblies that are part of the .NET Framework are intended for use only by fully trusted code.

The following .NET Framework assemblies have the AllowPartiallyTrustedCallersAttribute attribute applied:

  • Accessibility.dll
  • IEExecRemote.dll
  • Microsoft.VisualBasic.dll
  • Mscorlib.dll
  • System.dll
  • System.Data.dll
  • System.Drawing.dll
  • System.Web.dll (available only in version 1.1)
  • System.Web.Mobile.dll (available only in version 1.1)
  • System.Web.Services.dll
  • System.Web.RegularExpressions.dll (available only in version 1.1)
  • System.Windows.Forms.dll
  • System.XML.dll

See Also

Code Access Security | Using Libraries from Partially Trusted Code