Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AuthDigest

TElHTTPSServer     See also     


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


Turns on digest authentication.

Declaration

[C#]
    bool AuthDigest;

[VB.NET]
    Property AuthDigest As Boolean

[Pascal]
    property AuthDigest : Boolean;

[C++]
    bool get_AuthDigest();
    void set_AuthDigest(bool Value);

[PHP]
    bool get_AuthDigest()
    void set_AuthDigest(bool $Value)

[Java]
    boolean getAuthDigest();
    void setAuthDigest(boolean Value);

Description

Set this property to true to turn on digest authentication.

Discuss this help topic in SecureBlackbox Forum