Skip to main content

IKMSVerifyMacRequest

Interface in AWS.KMS

Interface for VerifyMac requests.

Ancestors

Properties

GrantTokens

property GrantTokens: TList<string>

Specify a list of grant tokens.

KeyId

property KeyId: string

Specify the Amazon Resource Name (ARN) or ID of the HMAC KMS key that was used to generate the HMAC.

Mac

property Mac: TStream

Specify the HMAC to verify.

MacAlgorithm

property MacAlgorithm: string

Specify the MAC algorithm that was used to generate the HMAC.

Valid values: HMAC_SHA_224 | HMAC_SHA_256 | HMAC_SHA_384 | HMAC_SHA_512.

Message

property Message: TStream

Specify the message to used in verification.

Methods

AddGrantToken

function AddGrantToken(const AGrantToken: string): Integer;

Add a token to GrantTokens.

Parameters

NameDescription
AGrantTokenSpecify the grant token to add to GrantTokens.

Returns

Returns the index of the item added to GrantTokens.