SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

UseNTLMAuth Property

Enables or disables NTLM authentication.

Syntax

ANSI (Cross Platform)
int GetUseNTLMAuth();
int SetUseNTLMAuth(int bUseNTLMAuth); Unicode (Windows) BOOL GetUseNTLMAuth();
INT SetUseNTLMAuth(BOOL bUseNTLMAuth);
@property (nonatomic,readwrite,assign,getter=useNTLMAuth,setter=setUseNTLMAuth:) BOOL useNTLMAuth;
- (BOOL)useNTLMAuth;
- (void)setUseNTLMAuth:(BOOL)newUseNTLMAuth;
#define PID_RESTCLIENT_USENTLMAUTH 156

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_RESTClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_RESTClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 Lite 2020 C++ Edition - Version 20.0 [Build 8166]