DlmsDataSecurityCreateEcdh Method

Creates object that implements ECDH algorithm and is used in key agreement procedure. Object is created with correct key size according to the security suite.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public static ECDiffieHellmanCng CreateEcdh(
	byte securitySuiteId
)

Parameters

securitySuiteId  Byte
Target security suite. It must correspond to keys to be created. It can be different to current security settings which is used for communication.

Return Value

ECDiffieHellmanCng

See Also