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