Cloud Keys 2020 C++ Builder Edition

Questions / Feedback?

KeyDataForSigning Property

Whether the public key is for signing or encryption.

Syntax

__property bool KeyDataForSigning = { read=FKeyDataForSigning };

Default Value

false

Remarks

Whether the public key is for signing or encryption.

When GetPublicKey is called, this property reflects whether the downloaded KeyPublicKey is to be used for verification (true) or encryption (false).

Always false when GenerateDataKey or GenerateDataKeyPair is called.

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

Data Type

Boolean

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