SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ProxySettingsAuthentication Property

The authentication type used by the proxy server.

Object Oriented Interface

public function getProxySettingsAuthentication();
public function setProxySettingsAuthentication($value);

Procedural Interface

secureblackbox_sshclient_get($res, 44 );
secureblackbox_sshclient_set($res, 44, $value );

Default Value

0

Remarks

The authentication type used by the proxy server.

patNoAuthentication0
patBasic1
patDigest2
patNTLM3

Data Type

Integer

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