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.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public static ECDiffieHellmanCng CreateEcdh(
byte securitySuiteId
)
- 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.
ECDiffieHellmanCng