SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ExternalData Property

The data that should be encrypted.

Object Oriented Interface

public function getExternalData();
public function setExternalData($value);

Procedural Interface

secureblackbox_xmlencryptor_get($res, 6 );
secureblackbox_xmlencryptor_set($res, 6, $value );

Remarks

Use this property to provide the data that should be encrypted if EncryptedDataType property is set to cxedtExternal value.

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]