Discuss this help topic in SecureBlackbox Forum
Specifies if Digest authentication may be used.
Declaration
[C#/Java]
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)
Description
Use this property to allow Digest authentication.
Discuss this help topic in SecureBlackbox Forum