CertResyncCertificateChainEngine function (wincrypt.h)
Resyncs the certificate chain engine, which resynchronizes the stores the store's engine and updates the engine caches.
Syntax
BOOL CertResyncCertificateChainEngine(
[in, optional] HCERTCHAINENGINE hChainEngine
);
Parameters
[in, optional] hChainEngine
The chain engine to resynchronize.
Return value
If the function succeeds, the function returns nonzero.
If the function fails, it returns zero. For extended error information, call GetLastError.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2016 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | wincrypt.h |
Library | Crypt32.lib |
DLL | Crypt32.dll |