IKMSGenerateMacRequest
Interface in AWS.KMS
Interface for GenerateMac requests.
Ancestors
Properties
GrantTokens
property GrantTokens: TList<string>
Specify a list of grant tokens.
KeyId
property KeyId: string
Specify the HMAC KMS key to use in the operation.
MacAlgorithm
property MacAlgorithm: string
Specify the MAC algorithm used in the operation.
Valid values: HMAC_SHA_224 | HMAC_SHA_256 | HMAC_SHA_384 | HMAC_SHA_512.
Message
property Message: TStream
Specify the message to be hashed.
Methods
AddGrantToken
function AddGrantToken(const AGrantToken: string): Integer;
Add a token to GrantTokens.
Parameters
| Name | Description |
|---|---|
AGrantToken | Specify the grant token to add to GrantTokens. |
Returns
Returns the index of the item added to GrantTokens.