TKMSSignRequest
Class in AWS.KMS
Sign request class.
Ancestors
Properties
GrantTokens
property GrantTokens: TList<string>
KeyId
property KeyId: string
Message
property Message: TStream
MessageType
property MessageType: string
SigningAlgorithm
property SigningAlgorithm: string
Constructors
Create
constructor Create; overload;
Constructor for TKMSSignRequest.
constructor Create(const AKeyId, AMessage, ASigningAlgorithm: string); overload;
Constructor for TKMSSignRequest.
Parameters
| Name | Description |
|---|---|
AKeyId | Specify the Amazon Resource Name (ARN) or ID of an asymmetric KMS key to sign the message. |
AMessage | Specify the message or message digest to sign. |
ASigningAlgorithm | Specify the signing algorithm to use when signing the message. |
constructor Create(const AKeyId: string; const AMessage: TStream; const ASigningAlgorithm: string); overload;
Constructor for TKMSSignRequest.
Parameters
| Name | Description |
|---|---|
AKeyId | Specify the Amazon Resource Name (ARN) or ID of an asymmetric KMS key to sign the message. |
AMessage | Specify the message or message digest to sign. |
ASigningAlgorithm | Specify the signing algorithm to use when signing the message. |