SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReferenceTargetData Property

Contains the referenced external data when the digest value is not explicitly specified.

Object Oriented Interface

public function getReferenceTargetData($referenceindex);
public function setReferenceTargetData($referenceindex, $value);

Procedural Interface

secureblackbox_soapsigner_get($res, 59 , $referenceindex);
secureblackbox_soapsigner_set($res, 59, $value , $referenceindex);

Remarks

Contains the referenced external data when the digest value is not explicitly specified.

This property is optional and should only be set if you reference the external data via URI, and you don't provide the digest value explicitly via DigestValue.

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 not available at design time.

Data Type

Byte Array

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