Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AuthDigestExpire

TElHTTPSServer     See also     


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


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.

See also:     AuthDigest    

Discuss this help topic in SecureBlackbox Forum