Discuss this help topic in SecureBlackbox Forum
Plug system stores into TElX509CertificateValidator
On most systems, the validation will pick system certificate stores automatically when UseSystemStorages property is on (default value). The following stores are typically added on Windows:
Note, initialization of system stores might take quite some time (especially if they contain lots of certificates). The very first validation performed by TElX509CertificateValidator may take longer than you expect. You may therefore consider initializing the system stores beforehand with InitializeWinStorages(), InitializeAppleStorages(), or InitializeAndroidStorages() methods. This way, you will have them ready at the time of the validation.