SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

ReferenceDigestValue Property

Use this property to get or set the value of the digest calculated over the referenced data.

Syntax

__property DynamicArray ReferenceDigestValue[int ReferenceIndex] = { read=FReferenceDigestValue };

Remarks

Use this property to get or set the value of the digest calculated over the referenced data.

This property is optional and should be set only if you don't provide the actual data via TargetData or URI. If the data is set, then you don't need to set DigestValue since it will be calculated automatically.

The ReferenceIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ReferenceCount property.

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

Data Type

Byte Array

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