HOW TO: Evaluate the Permissions That Are Granted to an Assembly (815170)
The information in this article applies to:
- Microsoft .NET Framework 1.0
- Microsoft .NET Framework 1.1
SUMMARYThis step-by-step article describes how to evaluate the
permissions that are granted to a .NET Framework assembly. The .NET Framework
uses a hierarchical model to assign security policies to managed assemblies.
You can define configurations at the Enterprise, Machine, or User level.
Additionally, you can assign trust to assemblies based on their zone or on the
developer who created the assembly. You can manually override these rules on a
per-assembly basis. The combination of all these factors determines the
resources that are available to an assembly. This article describes the process
of evaluating the permissions granted to an assembly. back to the topUse the Evaluate An Assembly Wizard The .NET Framework Configuration tool includes the
Evaluate An Assembly Wizard. To use this wizard, follow these
steps:
- Click Start, point to
Settings, and then click Control Panel.
- Double-click to open the Administrative
Tools folder and then double-click to start the Microsoft .NET
Framework Configuration tool.
- Right-click Runtime Security Policy, and
then click Evaluate Assembly. The Evaluate An
Assembly wizard appears.
- On the What Would You Like To Evaluate page, click Browse, select the assembly, and
then click Open. The Evaluate An Assembly
wizard reappears.
- Verify that the View Permissions Granted To An
Assembly option is selected, and then click
Next.
- The List Of Permissions Granted page lists
the specific privileges that are assigned to the assembly. When Unrestricted appears, that assembly has Full trust. Click
Finish to close the wizard and return to the .NET Framework
Configuration tool.
back to the
topREFERENCESFor more information, see the .NET Framework SDK
documentation at the following MSDN Web site:
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
818016
HOW TO: Deploy Applications That Are Built on the .NET Framework
back to the
top
Modification Type: | Minor | Last Reviewed: | 4/30/2003 |
---|
Keywords: | kbConfig kbAuthentication kbValidation kbSecurity kbHOWTOmaster KB815170 kbAudITPRO |
---|
|