Cloud Keys 2020 C++ Builder Edition

Questions / Feedback?

KeyDataPlaintextKey Property

The plaintext key or private key data.

Syntax

__property String KeyDataPlaintextKey = { read=FKeyDataPlaintextKey };
__property DynamicArray<Byte> KeyDataPlaintextKeyB = { read=FKeyDataPlaintextKeyB };

Default Value

""

Remarks

The plaintext key or private key data.

If, when GenerateDataKey or GenerateDataKeyPair is called, the IncludePlaintext parameter was true, this property will reflect the plaintext data key or private key of the data key pair (respectively) that was downloaded. Otherwise, it will be empty.

In the case of GenerateDataKeyPair, this property exposes the private key in PEM format for convenience.

Always empty when GetPublicKey is called.

This property is read-only and not available at design time.

Data Type

Byte Array

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