Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.CacheValidityTime

TElX509CertificateValidator     See also     


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


Specifies the validity period of the cached validation results.

Declaration

[C#]
    int CacheValidityTime;

[VB.NET]
    Property CacheValidityTime As Integer

[Pascal]
    property CacheValidityTime : integer;

[C++]
    int32_t get_CacheValidityTime();
    void set_CacheValidityTime(int32_t Value);

[PHP]
    integer get_CacheValidityTime()
    void set_CacheValidityTime(integer $Value)

[Java]
    int getCacheValidityTime();
    void setCacheValidityTime(int Value);

Description

    Specifies the period of time during which cached validation results are treated as valid. The default value is 300000 milliseconds (5 minutes).

See also:     CacheValidationResults     ClearOutdatedCacheRecords    

Discuss this help topic in SecureBlackbox Forum