CertResyncCertificateChainEngine function

Resyncs the certificate chain engine, which resynchronizes the stores the store's engine and updates the engine caches.

Syntax


BOOL WINAPI CertResyncCertificateChainEngine(
  _In_opt_ HCERTCHAINENGINE  hChainEngine
);

Parameters

hChainEngine [in, optional]

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

Minimum supported client

Windows 10 [desktop apps | UWP apps]

Minimum supported server

Windows Server 2016 [desktop apps | Windows Store apps]

Header

Wincrypt.h

Library

Crypt32.lib

DLL

Crypt32.dll

 

 

Show: