How to use ECDiffieHellmanCng with OpenId in .Net 3.5? -
I need to get those standards of OpenId protocol:
sd [" Openid.assoc_type "] = ???; Sd ["openid.session_type"] = ???; Sd ["openid.dh_modulus"] = ???; Sd ["openid.dh_gen"] = ???; Sd ["openid.dh_consumer_public"] = ???;
How do I use this ECDiffieHellmanCng
? is it true?
Last I checked, ECDIFheelMensense not Diffie-Hellman algorithm, uses it. DotNetOpenId does not use it (for that reason).
DotNetOpenId is due to its built-in implementation of DH algorithm because it is not built in .NET. And it should already handle the openid.dh_modulus and openid.dh_gen parameters correctly.
What are you trying to do?
Comments
Post a Comment