AWS.S3.TS3Encryption.KMS

Construct an AES256 Encryption node.

class function KMS(const AContext: string = ''; const AKeyId: string = ''): TS3Encryption; static;
static __fastcall TS3Encryption KMS(const AnsiString AContext = '', const AnsiString AKeyId = '');

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AContext: string = ''
Specifies the AWS KMS Encryption Context to use for restore results.
const AKeyId: string = ''
Specifies the AWS KMS key ID to use for restore results.

A TS3Encryption instance configured with type aws:kms.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.