Skip to main content

IKMSGetPublicKeyRequest

Interface in AWS.KMS

Interface for GetPublicKey requests.

Ancestors

Properties

KeyId

property KeyId: string

Specify the Amazon Resource Name (ARN), ID, alias ARN, or alias ID of an asymmetric KMS key.

GrantTokens

property GrantTokens: TList<string>

Specify a list of grant tokens.

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.