IKMSGrantConstraints
Interface in AWS.KMS
Interface for GrantConstraints.
Properties
EncryptionContextEquals
property EncryptionContextEquals: TDictionary<string, string>
A list of key-value pairs that must match the encryption context in the cryptographic operation request.
EncryptionContextSubset
property EncryptionContextSubset: TDictionary<string, string>
A list of key-value pairs that must be included in the encryption context in the cryptographic operation request.
Methods
AddEncryptionContextEquals
procedure AddEncryptionContextEquals(const AKey, AValue: string);
AddEncryptionContextSubset
procedure AddEncryptionContextSubset(const AKey, AValue: string);