SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AddXMLHeader Property

Controls the inclusion of an XML header in the message.

Object Oriented Interface

public function getAddXMLHeader();
public function setAddXMLHeader($value);

Procedural Interface

secureblackbox_samlwriter_get($res, 1 );
secureblackbox_samlwriter_set($res, 1, $value );

Default Value

false

Remarks

Use this property to enable or disable inclusion of the XML header in the SAML message.

This property is not available at design time.

Data Type

Boolean

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