SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

Password Property

Specifies user's password on the server.

Object Oriented Interface

public function getPassword();
public function setPassword($value);

Procedural Interface

secureblackboxlite_sshclient_get($res, 42 );
secureblackboxlite_sshclient_set($res, 42, $value );

Default Value

''

Remarks

Invalid password fires the AuthFailed event.

Data Type

String

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