Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.UseNTLMAuth

TElHTTPSClient     See also     


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


Specifies if NTLM-authentication may be used.

Declaration

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

[Java]
    boolean getUseNTLMAuth();
    void setUseNTLMAuth(boolean Value);

Description

    Use this property to allow NTLM (Windows Integrated) authentication.

See also:     ForceNTLMAuth     UseDigestAuth    

Discuss this help topic in SecureBlackbox Forum