I need to get those parameters 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 can I get it using ECDiffieHellmanCng
? Is it real?