Discuss this help topic in SecureBlackbox Forum
Specifies whether to force NTLM-authentication.
Declaration
[VB.NET]
Property ForceNTLMAuth As Boolean
[Pascal]
property ForceNTLMAuth : Boolean;
[C++]
bool get_ForceNTLMAuth();
void set_ForceNTLMAuth(bool Value);
[PHP]
bool get_ForceNTLMAuth()
void set_ForceNTLMAuth(bool $Value)
[Java]
boolean getForceNTLMAuth();
void setForceNTLMAuth(boolean Value);
Description
Set this property to
True to force NTLM (Windows Integrated) authentication.
Discuss this help topic in SecureBlackbox Forum