SecureBlackbox 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

secureblackbox_sshclient_get($res, 42 );
secureblackbox_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 2020 PHP Edition - Version 20.0 [Build 8154]