Discuss this help topic in SecureBlackbox Forum
TElX509CertificateValidator.ResetCertificateCache
Clears the cache of already validated certificates.
Declaration
Description
When the certificates are validated, they are also added to the cache which is used to save the component from validating the same certificate chains again while the process is active. Using ResetCertificateCache method you can remove all certificates from the cache and on the next validation all certificates will be validated again. It makes sense to use this method periodically if you have a long-running process (a service or constantly operating application).