Cloud Keys 2020 Delphi Edition

Questions / Feedback?

EncodeData Property

Whether to automatically base64-encode and -decode secret data.

Syntax

property EncodeData: Boolean read get_EncodeData write set_EncodeData;

Default Value

false

Remarks

This property specifies whether the component should automatically base64-encode secret data when it is uploaded by CreateSecret, and base64-decode it when it is downloaded with GetSecret.

Secrets are stored on the server as strings, and are transported via a JSON string property, so binary values must be encoded in some way; this property is provided as a convenience.

This property is not available at design time.

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