Security Namespaces in Visual Studio

The security namespaces in the .NET Framework include:

  • System.Security - provides the underlying structure of the common language runtime security system, including base classes for permissions.

  • System.Net.Security - provides network streams for secure communications between hosts.

  • System.Web.Security - contains classes that are used to implement ASP.NET security in Web applications.

See Also

Other Resources

.NET Framework Class Library in Visual Studio