SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

Password Property

Specifies user's authentication password.

Object Oriented Interface

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

Procedural Interface

secureblackboxlite_sftpclient_get($res, 62 );
secureblackboxlite_sftpclient_set($res, 62, $value );

Default Value

''

Remarks

Use this property to provide an authentication password. This property is only applicable for password-based and keyboard-interactive authentication types.

Data Type

String

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