Compute EC Diffie-Hellman (ECDH) shared secret.
public static byte[] DHSharedSecret( string ourIntPrivateKey, string theirIntPublicKey )
Public Shared Function DHSharedSecret ( ourIntPrivateKey As String, theirIntPublicKey As String ) As Byte()
VB6/C equivalent: ECC_DHSharedSecret