Security Namespaces in Visual Studio
.NET Framework 2.0
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.