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
OpcUaCryptoSymmetricVerifyOpcUa_StatusCodeInput
pCryptoProviderPOINTER TO OpcUa_CryptoProvider
The crypto provider handle.
dataOpcUa_ByteStringThe data for which the MAC should be verified.
pKeyPOINTER TO OpcUa_Key
The key for the MAC generation.
signatureOpcUa_ByteStringThe MAC to be verfied.