Cloud Keys 2020 ActiveX Edition

Questions / Feedback?

KeyDataEncryptedKey Property

The encrypted key or private key data.

Syntax

amazonkmscontrol.KeyDataEncryptedKey

Default Value

""

Remarks

The encrypted key or private key data.

When GenerateDataKey is called, this property reflects the encrypted data key that was downloaded. When GenerateDataKeyPair is called, this property reflects the encrypted private key of the data key pair that was downloaded.

In the case of GenerateDataKeyPair, note that the actual private key data will be in DER format upon decryption. It is up to the application to convert it to another format after decryption if necessary.

Always empty when GetPublicKey is called.

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

This property is read-only and 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]