SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Port Property

Specifies the port on the KMIP server to connect to.

Object Oriented Interface

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

Procedural Interface

secureblackbox_kmipclient_get($res, 27 );
secureblackbox_kmipclient_set($res, 27, $value );

Default Value

0

Remarks

Provide the port number on which the class should make requests to the KMIP server.

Data Type

Integer

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