SecureBlackbox 2020 PHP Edition

Questions / Feedback?

UseBinding Property

Enables or disables automated binding processing.

Object Oriented Interface

public function getUseBinding();
public function setUseBinding($value);

Procedural Interface

secureblackbox_samlreader_get($res, 245 );
secureblackbox_samlreader_set($res, 245, $value );

Default Value

false

Remarks

This property controls whether class should process any known bindings it encounters in the message automatically. If using this property, check Binding property to establish the type of the binding processed, and POSTBinding and RedirectBinding to access the properties of specific binding types.

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]