TKMSGenerateMacRequest
Class in AWS.KMS
GenerateMac request class.
Ancestors
Properties
GrantTokens
property GrantTokens: TList<string>
KeyId
property KeyId: string
MacAlgorithm
property MacAlgorithm: string
Message
property Message: TStream
Constructors
Create
constructor Create; overload;
Constructor for TKMSGenerateMacRequest.
constructor Create(const AKeyId, AMacAlgorithm: string; const AMessage: string); overload;
Constructor for TKMSGenerateMacRequest.
Parameters
| Name | Description |
|---|---|
AKeyId | Specify the HMAC KMS key to use in the operation. |
AMacAlgorithm | Specify the MAC algorithm used in the operation. |
AMessage | Specify the message to be hashed. |
constructor Create(const AKeyId, AMacAlgorithm: string; const AMessage: TStream); overload;
Constructor for TKMSGenerateMacRequest.
Parameters
| Name | Description |
|---|---|
AKeyId | Specify the HMAC KMS key to use in the operation. |
AMacAlgorithm | Specify the MAC algorithm used in the operation. |
AMessage | Specify the message to be hashed. |