Cloud Keys 2020 ActiveX Edition

Questions / Feedback?

AdditionalData Property

Additional data to send when performing symmetric encryption or decryption.

Syntax

googlekmscontrol.AdditionalData[=string]

Default Value

""

Remarks

This property can be set before calling Encrypt or Decrypt with a symmetric key to have the server include the specified data, known as additional authenticated data, when performing the cryptographic operation. If such data is provided during encryption, it must also be provided in order to successfully decrypt the data. Refer to the Google Cloud KMS documentation for more information.

Up to 65536 bytes of data may be provided. Note that this property is ignored when asymmetric encryption or decryption is performed.

To read or write binary data to the property, a Variant (Byte Array) version is provided in .AdditionalDataB.

This property is not available at design time.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 ActiveX Edition - Version 20.0 [Build 8157]