Transport Security

Transport security in Windows Communication Foundation (WCF) depends on the binding selected. The transport that the binding implements determines the actual security mechanism. The topics in this section explain the mechanisms that are implemented and their options.

In This Section

Transport Security Overview
Explains the basics of transport security in WCF.

HTTP Transport Security
Explains how WCF implements Secure Sockets Layer (SSL, or HTTPS).

Understanding HTTP Authentication
Describes HTTP authentication schemes, such as Basic, Digest, NT LAN Manager (NTLM), and others.

Using Impersonation with Transport Security
Explains the five levels of impersonation that are possible with transport security mode.

How to: Configure a Port with an SSL Certificate
Walks through the basics of configuring a port on a machine with an X.509 certificate for SSL (transport) security.

Reference

System.ServiceModel

System.ServiceModel.Channels

System.ServiceModel.Security

Securing Services and Clients

See also