Security in the .NET Framework

The common language runtime and the .NET Framework provide many useful classes and services that enable developers to easily write security code. These classes and services also enable system administrators to customize the access that code has to protected resources. In addition, the runtime and the .NET Framework provide useful classes and services that facilitate the use of cryptography and role-based security.

In This Section

  • Security How-to Topics
    Lists links to How-to topics contained in this section.

  • Key Security Concepts
    Provides an overview of common language runtime security features. This section is of interest to developers and system administrators.

  • Code Access Security
    Describes how to interact with code access security in your code. This section is of interest to developers.

  • Role-Based Security
    Describes how to interact with role-based security in your code. This section is of interest to developers.

  • Cryptographic Services
    Provides an overview of cryptographic services provided by the .NET Framework. This section is of interest to developers.

  • Security Policy Management
    Describes how to manage code access security policy. This section is of interest to system administrators who manage .NET Framework applications.

  • Security Policy Best Practices
    Describes some of the best practices for administrating code access security policy. This section is of interest to system administrators who manage .NET Framework applications.

  • Secure Coding Guidelines
    Describes some of the best practices for creating reliable .NET Framework applications. This section is of interest to developers.

  • Security Tools
    Describes tools that are useful to developers and administrators.

  • ACL Technology Overview
    Describes the managed classes that allow you to programmatically create or modify discretionary access control lists (DACLs) and system access control lists (SACLs) for a number of protected resources such as files, folders, and so on. This section is of interest to developers.

See Also

Other Resources

C# 3.0 Cookbook, Third Edition: More than 250 solutions for C# 3.0 programmers