SecureBlackbox 2020 PHP Edition

Questions / Feedback?

EncryptKey Property

Specifies if the encryption key is encrypted.

Object Oriented Interface

public function getEncryptKey();
public function setEncryptKey($value);

Procedural Interface

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

Default Value

false

Remarks

Use this property to specify if encryption (session) key should be encrypted and also added to the encrypted data.

Data Type

Boolean

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