SecureBlackbox 2020 PHP Edition

Questions / Feedback?

UseNTLMAuth Property

Enables or disables NTLM authentication.

Object Oriented Interface

public function getUseNTLMAuth();
public function setUseNTLMAuth($value);

Procedural Interface

secureblackbox_soapclient_get($res, 175 );
secureblackbox_soapclient_set($res, 175, $value );

Default Value

false

Remarks

NT LAN Manager (NTLM) authentication relies on Windows credentials to authenticate the user, and requires multiple exchanges between the client and server. Generally it is considered more secure and SSO-friendly than the Digest authentication.

Data Type

Boolean

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