Discuss this help topic in SecureBlackbox Forum
Specifies digest authentication expiration period.
Declaration
[C#]
int AuthDigestExpire;
[VB.NET]
Property AuthDigestExpire As Integer
[Pascal]
property AuthDigestExpire : Integer;
[C++]
int32_t get_AuthDigestExpire();
void set_AuthDigestExpire(int32_t Value);
[PHP]
integer get_AuthDigestExpire()
void set_AuthDigestExpire(integer $Value)
[Java]
int getAuthDigestExpire();
void setAuthDigestExpire(int Value);
Description
This property specifies expiration time (in seconds) of digest authentication.
Discuss this help topic in SecureBlackbox Forum