> Does any one know where i can find documentation on which cyphersuites
> are supported by SSLStream (.NET 2.0)?
.NET uses the CryptoAPI underneath, so check out the SCHANNEL docs for more
information about the supported cipher suites.
> I'd like to know if TLS_RSA_WITH_NULL_SHA is supported.
If I remember correctly, it's not supportedby default; you'll have to enable
it in the registry first.
For more info, check out http://support.microsoft.com/
Regards,
Pieter Philippaerts