Click or drag to resize

EccDHSharedSecret Method

Compute EC Diffie-Hellman (ECDH) shared secret.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static byte[] DHSharedSecret(
	string ourIntPrivateKey,
	string theirIntPublicKey
)

Parameters

ourIntPrivateKey  String
Our own private key in ephemeral "internal" form.
theirIntPublicKey  String
Other party's public key in "internal" form.

Return Value

Byte
The Diffie-Hellman shared secret.
See Also