View source: R/paymentcryptographydataplane_operations.R
paymentcryptographydataplane_verify_mac | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.