Permalink
Fetching contributors…
Cannot retrieve contributors at this time
47 lines (42 sloc) 1.74 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Security in Network Programming
03/30/2017
.net-framework
article
VB
CSharp
C++
jsharp
sending data, Internet security
protocols, Internet security
Network security
network resources, Internet security
receiving data, Internet security
authentication [.NET Framework], Internet security
Internet, security
security [.NET Framework], Internet
permissions [.NET Framework], Internet
afb07899-2707-49ab-a57f-e0caf20d0171
10
mcleblanc
markl
markl

Security in Network Programming

The .NET Framework xref:System.Net namespace classes provide built-in support for popular Internet application authentication mechanisms and for .NET Framework code access permissions.

In This Section

Using Secure Sockets Layer
Describes how to use Secure Sockets Layer (SSL) connections.

Internet Authentication
Describes how to use HTTP authentication methods to establish authenticated connections to HTTP servers.

Web and Socket Permissions
Describes how to set code access security for applications that use Internet connections.

Related Sections

Network Programming in the .NET Framework
Introduces the classes in the xref:System.Net and xref:System.Net.Sockets namespaces.