SslStream and CipherAlgorithm



Maybe someone can educate me, but how is the CipherAlgorithm set for an
SslStream in .NET 2.0.

I noticed you can get the CipherAlgorithm from an SslStream property,
but how do you set it, or at least require a specific algorithm? Is
this decided by the Cert?

.