paymentcryptographydataplane_verify_mac {paws.cost.management} | R Documentation |
Verifies a Message Authentication Code (MAC)
Description
Verifies 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 |
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. |
[Package paws.cost.management version 0.9.0 Index]