Discuss this help topic in SecureBlackbox Forum
Specifies if NTLM-authentication may be used.
Declaration
[C#/Java]
bool UseNTLMAuth;
[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)
Description
Use this property to allow NTLM (Windows Integrated) authentication.
Discuss this help topic in SecureBlackbox Forum