Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.CacheValidationResults

TElX509CertificateValidator     See also     


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


Specifies if the component should cache validation results.

Declaration

[C#]
    bool CacheValidationResults;

[VB.NET]
    Property CacheValidationResults As Boolean

[Pascal]
    property CacheValidationResults : boolean;

[C++]
    bool get_CacheValidationResults();
    void set_CacheValidationResults(bool Value);

[PHP]
    bool get_CacheValidationResults()
    void set_CacheValidationResults(bool $Value)

[Java]
    boolean getCacheValidationResults();
    void setCacheValidationResults(boolean Value);

Description

    Use this property to specify whether the component should cache validation results. The default value is True.

See also:     CacheValidityTime     ClearOutdatedCacheRecords    

Discuss this help topic in SecureBlackbox Forum