SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Sign Property

Specifies whether the created SAML message should be signed.

Object Oriented Interface

public function getSign();
public function setSign($value);

Procedural Interface

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

Default Value

false

Remarks

Set this property to true to indicate that you want the created message to be signed.

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]