SecureBlackbox 2020 PHP Edition

Questions / Feedback?

RedirectBindingForceSign Property

Enforces a signature over all outgoing messages.

Object Oriented Interface

public function getRedirectBindingForceSign();
public function setRedirectBindingForceSign($value);

Procedural Interface

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

Default Value

false

Remarks

Enforces a signature over all outgoing messages.

Use this property to enforce signing of all outgoing messages, independently of whether the original message was signed or not. See also RedirectBindingSign.

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]