Security in Native and .NET Framework Code

Security is about controlling access to resources, such as application components, data, and hardware. As you plan your application, keep in mind its security requirements over its lifetime. This topic provides you with access to security topics covering that span — both the coding phase and the application's deployment. It also points you to resources on how to secure systems in general.

In This Section

  • Configuring Security Policy
    Describes how to configure security policy using the .NET Framework Configuration tool and the Code Access Security Policy tool, and how to import security components using XML files.