0
Answer

C# SSL socket with Diffie Hellman algorithm

sudheer

sudheer

15y
7.2k
1

I am newbie to Diffie Hellman algorithm and its implementation. I have a urgent requirement to use C# SSL socket with the cipher set to ADH (Anonymous Diffie Hellman) and not to use certificates.

 

Please let me know where I can find the supported classes / samples / steps to implement.

 

Thanks.