SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Port Property

The listening port number.

Object Oriented Interface

public function getPort();
public function setPort($value);

Procedural Interface

secureblackbox_samlidpserver_get($res, 27 );
secureblackbox_samlidpserver_set($res, 27, $value );

Default Value

80

Remarks

Use this property to specify the port number on which the IdP server should listen for incoming connections. To specify server's IP address use Host.

Data Type

Integer

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