Verifies a Message Authentication Code (MAC).
See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_verify_mac/ for full documentation.
paymentcryptographydataplane_verify_mac(
KeyIdentifier,
MessageData,
Mac,
VerificationAttributes,
MacLength = NULL
)
[required] The keyARN
of the encryption key that Amazon Web Services Payment
Cryptography uses to verify MAC data.
[required] The data on for which MAC is under verification. This value must be hexBinary.
[required] The MAC being verified.
[required] The attributes and data values to use for MAC verification within Amazon Web Services Payment Cryptography.
The length of the MAC.