Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.ForceNTLMAuth

TElHTTPSClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether to force NTLM-authentication.

Declaration

[C#]
    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)

[Java]
    boolean getForceNTLMAuth();
    void setForceNTLMAuth(boolean Value);

Description

    Set this property to True to force NTLM (Windows Integrated) authentication.

See also:     UseNTLMAuth    

Discuss this help topic in SecureBlackbox Forum