OpcUaCryptoSymmetricVerify (FUN)ΒΆ

FUNCTION OpcUaCryptoSymmetricVerify : OpcUa_StatusCode

Verifies the Message Authentication Code (MAC) using the algorithm defined by the crypto provider.

InOut:

Scope

Name

Type

Comment

Return

OpcUaCryptoSymmetricVerify

OpcUa_StatusCode

Input

pCryptoProvider

POINTER TO OpcUa_CryptoProvider

The crypto provider handle.

data

OpcUa_ByteString

The data for which the MAC should be verified.

pKey

POINTER TO OpcUa_Key

The key for the MAC generation.

signature

OpcUa_ByteString

The MAC to be verfied.