Discuss this help topic in SecureBlackbox Forum
Specifies whether to force NTLM-authentication.
Declaration
[C#/Java]
bool ForceNTLMAuth;
[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)
Description
Set this property to
True to force NTLM (Windows Integrated) authentication.
Discuss this help topic in SecureBlackbox Forum