Discuss this help topic in SecureBlackbox Forum
Turns on digest authentication.
Declaration
[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