How to: Add Permissions to a Permission Set

Use the .NET Framework Configuration tool (Mscorcfg.msc) to add a permission to a permission set.

Note

The .NET Framework includes several built-in permission sets. The only built-in permission set that can be changed is the Everything permission set.

To add a permission to a permission set using Mscorcfg.msc

  1. Run the .NET Framework Configuration tool (Mscorcfg.msc).

    1. In Control Panel, open Administrative Tools.

    2. Double-click Microsoft .NET Framework <version> Configuration.

    Alternatively, you can run the tool from a command prompt:

    • In the .NET Framework versions 1.0 and 1.1, type the following at the command prompt: %Systemroot%\Microsoft.NET\Framework\versionNumber\Mscorcfg.msc.

    • In the .NET Framework 2.0, start the SDK Command Prompt and type mscorcfg.msc.

  2. Expand the Runtime Security Policy node.

  3. Expand the node for the policy level that contains the permission set you want to add the permission to.

  4. Expand the Permission Sets node.

  5. Right-click the permission set you want to add the permission to and choose Change Permissions.

  6. Select a permission from the Available Permissions list and click Add. The Permission Settings dialog box appears, which contains information about the selected permission. Enter the information needed for that permission and click OK.

    If you want to add a custom permission, click the Import button and browse to the XML file that contains information about the custom permission.

  7. When you are finished adding permissions, click Finish.

See Also

Reference

.NET Framework Configuration Tool (Mscorcfg.msc)

Other Resources

Configuring Security Policy Using the .NET Framework Configuration Tool (Mscorcfg.msc)

Configuring Security Policy

Configuring Permission Sets Using the .NET Framework Configuration Tool (Mscorcfg.msc)