Discuss this help topic in SecureBlackbox Forum
Specifies if NTLM-authentication may be used.
Declaration
[VB.NET]
Property UseNTLMAuth As Boolean
[Pascal]
property UseNTLMAuth : boolean;
[C++]
bool get_UseNTLMAuth();
void set_UseNTLMAuth(bool Value);
[PHP]
bool get_UseNTLMAuth()
void set_UseNTLMAuth(bool $Value)
[Java]
boolean getUseNTLMAuth();
void setUseNTLMAuth(boolean Value);
Description
Use this property to allow NTLM (Windows Integrated) authentication.
Discuss this help topic in SecureBlackbox Forum