Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.UseDigestAuth

TElHTTPSClient     See also     


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


Specifies if Digest authentication may be used.

Declaration

[C#]
    bool UseDigestAuth;

[VB.NET]
    Property UseDigestAuth As Boolean

[Pascal]
    property UseDigestAuth : boolean;

[C++]
    bool get_UseDigestAuth();
    void set_UseDigestAuth(bool Value);

[PHP]
    bool get_UseDigestAuth()
    void set_UseDigestAuth(bool $Value)

[Java]
    boolean getUseDigestAuth();
    void setUseDigestAuth(boolean Value);

Description

    Use this property to allow Digest authentication.

See also:     UseNTLMAuth    

Discuss this help topic in SecureBlackbox Forum