OpcUaCryptoSymmetricSign (FUN)ΒΆ
FUNCTION OpcUaCryptoSymmetricSign : OpcUa_StatusCode
Generates a Message Authentication Code (MAC) using the algorithm defined by the crypto provider.
- InOut:
Scope
Name
Type
Comment
Return
OpcUaCryptoSymmetricSignOpcUa_StatusCodeInput
pCryptoProviderPOINTER TO OpcUa_CryptoProvider
The crypto provider handle.
dataOpcUa_ByteStringThe data for the MAC generation.
pKeyPOINTER TO OpcUa_Key
The length data for the MAC generation.
Inout
signatureOpcUa_ByteStringThe resulting signature (MAC).