DlmsDataSecurityVerifyKeyAgreementEcdsaSignature Method
Verifies meter ECDSA signature used in key agreement.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public static bool VerifyKeyAgreementEcdsaSignature(
byte securitySuiteId,
byte keyID,
ByteBuffer keyAgreementData,
ByteBuffer publicSigningKeyCertificate
)
- securitySuiteId Byte
- Target security suite. It must correspond to the key to be created. It can be different to current security settings which is used for communication.
- keyID Byte
- keyAgreementData ByteBuffer
- Data returned from meter.
- publicSigningKeyCertificate ByteBuffer
- Meter certificate that contains a public key to verify the signature.
Boolean