| 
            
              | by Wal [vooose at hotmail dot com] posted on 2007/12/17
 |  |  In the notes for the .NET1.1 Security Library the following is stated:
 
 WARNING: This library has been designed for the .NET 1.0 and 1.1 frameworks. It is not intended to be used on the .NET 2.0 framework; this framework supports most of the functionality that the Security Library offers, and everything that is still not supported has been moved to our Security Services for .NET 2.0 project
 
 
 I am in a situation where my server app runs on .NET2.0 and the clients are stuck on .NET1.1.  I want to implement SSL, which would mean using SecureTcpListener in a .NET 2.0 environment. Why is this not recommended? It appears to work.
 |