TLS/SSL and .NET Framework 4.0

Posted on Simple Talk See other posts from Simple Talk
Published on Wed, 28 Sep 2011 00:00:00 GMT Indexed on 2011/11/11 18:17 UTC
Read the original article Hit count: 323

Filed under:
The Secure Socket Layer is now essential for the secure exchange of digital data, and is most generally used within the HTTPS protocol. .NET now provides the Windows Communication Foundation (WCF) to implement secure communications directly. Matteo explains the TLS/SSL protocol, and takes a hands-on approach to investigate the SslStream class to show how to implement a secure communication channel

© Simple Talk or respective owner

Related posts about .NET Framework