View source: R/paymentcryptographydataplane_operations.R
paymentcryptographydataplane_generate_mac | R Documentation |
Generates a Message Authentication Code (MAC) cryptogram within Amazon Web Services Payment Cryptography.
See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_generate_mac/ for full documentation.
paymentcryptographydataplane_generate_mac(
KeyIdentifier,
MessageData,
GenerationAttributes,
MacLength = NULL
)
KeyIdentifier |
[required] The |
MessageData |
[required] The data for which a MAC is under generation. This value must be hexBinary. |
GenerationAttributes |
[required] The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography. |
MacLength |
The length of a MAC under generation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.