The .net Framework SSL stream implementation has the property CipherAlgorithm with the type CipherAlgorithmType. This enumeration includes None and Null. What is the difference between this two values?
From the documentation I don't get the difference:
None: No encryption algorithm is used.
Null: No encryption is used with a Null cipher algorithm.
